/** 是否为类数字类型,可以转化为数字 但是不为NaN */ export declare function isNumLike(res: any): boolean; //# sourceMappingURL=isNumberLike.d.ts.map