export declare function formatDate(dateString: string): string;
export declare function formatDuration(startDate: string, endDate: string): string;
