export declare function formatDate(date: Date): string; export declare const formatStandardDate: (date?: Date | number) => string;