export declare const useDateFormat: () => { formatDate: (date: Date) => string; formatTime: (date: Date, options?: { separator?: string; includeSeconds?: boolean; }) => string; formatDateShort: (date: Date) => string; getMonthName: (date: Date) => string; };