import type { TypedFunction as TypedFn } from '../types.js'; import type { TypedFunction } from '../core/function/typed.js'; export declare const createIsNumeric: import("../utils/factory.js").FactoryFunction<{ typed: TypedFunction; }, TypedFn>; //# sourceMappingURL=isNumeric.d.ts.map