export declare class SchedulerReqModel { type: string; startTime: string; repeat: boolean; tz: string; private datePipe; constructor(); clone(source: any): SchedulerReqModel; convert(): any; }