export declare const isValidDate: (date: Date | string | number) => boolean;
