declare function isNumeric(str: string | number): boolean; export { isNumeric };