declare function isNumeric(val: any): boolean; export default isNumeric;