import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface UnaryPlusDependencies { typed: TypedFunction; config: ConfigOptions; numeric: (value: number | string, type: string) => unknown; } export declare const createUnaryPlus: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=unaryPlus.d.ts.map