export declare const formatStringToDate: (value: string) => Date | null;
