export function isNumber(arg: any): arg is number;
export default isNumber;
