export declare function parseTime(value: string): number; export declare function formatTime(value: number, separator?: string): string; export declare function formatDuration(value: number): string; //# sourceMappingURL=time.d.ts.map