declare type DayUnit = 's' | 'm' | 'h' | 'd'; export declare const calTimeLen: (startTime: string, endTime: string, unit?: DayUnit, fixed?: number | undefined) => number; export {}; //# sourceMappingURL=calTimeLen.d.ts.map