export declare const formatDateString: (dateString: string) => string | undefined;
export declare const formatDate: (date: Date) => string;
