export declare function parseDate(value?: string): Date | undefined; export declare function formatDateISO(date: Date | undefined): string; export declare function formatDate(date: Date): string;