export declare const formatDateToString: (date: Date | undefined | null) => string;
