/**
 * Check if value is NaN for realz
 */
declare function isNaN(val: any): boolean;
export default isNaN;
