declare function isNum(val: any): val is number;

export = isNum;
