export declare const isDate: (val: string) => boolean; export default isDate;