declare const isNumeric: (value: string) => boolean; export default isNumeric;