export declare function formatDate(date?: Date): string; export declare function timeAgo(dateString: string): string; export declare function diffDaysHours(start: string, end: string): { days: number; hours: number; };