declare const isNumber: (v: any) => boolean; export default isNumber;