export declare const isValidDate: (dateString: string) => boolean;
