/** * Checks if argument is date. * @param value The date being checked. * @return True if the date value is a real date, false otherwise. */ export declare function isDate(value: any): boolean;