export declare function idToDate(id: string): string | null; export declare function formatDuration(totalMinutes: number): string; export declare function sentenceCase(s: string): string;