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