declare function isDate(val: any): boolean;

export = isDate;
