export declare function parseDuration(input: string): number; export declare function formatDuration(ms: number): string;