export declare const DATE_STRING_REGEX: RegExp; export declare function isValidDateString(date: string): boolean;