declare function isNaN(val: any): boolean;

export = isNaN;
