export declare const isValidDateString: (value: string | null | undefined) => boolean;
