export declare function isNumeric(val: string | number): val is string; export declare function isNaN(val: number): val is typeof NaN;