import type { TypedFunction } from '../core/function/typed.js'; interface HasNumericValueDependencies { typed: TypedFunction; isNumeric: (x: unknown) => boolean; } export declare const createHasNumericValue: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=hasNumericValue.d.ts.map