export declare type TWorkInfo = { timeInit: Date | undefined; timeWatch: Date | undefined; timeRemap: Date | undefined; }; export declare class WorkInfo { private _workInfo; private _callback; constructor(callback: (workInfo: TWorkInfo) => void); private _send; get time_init(): Date | undefined; set time_init(value: Date | undefined); get time_watch(): Date | undefined; set time_watch(value: Date | undefined); get time_remap(): Date | undefined; set time_remap(value: Date | undefined); } //# sourceMappingURL=work_info.d.ts.map