export declare class CreateServiceTimeDto {
    timeRange: string;
    isActive: boolean;
}
