export declare class UpdateServiceTimeDto {
    timeRange?: string;
    isActive?: boolean;
}
