declare const isNumeric: (value: any) => value is T; export default isNumeric;