export declare const formatDate: (date: Date) => string; export declare const formatDuration: (minutes: number) => string;