export declare function OffsetIsoTime(time: string, offset?: number): string; export declare function GetMinute(time: string): number; export declare function HasSameMinute(time1: string, time2: string): boolean; export declare function humanizeDuration(second: any, scale: any): string;