import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface UnaryMinusDependencies { typed: TypedFunction; config: ConfigOptions; bignumber?: (value: number) => unknown; fraction?: (value: number) => unknown; } export declare const createUnaryMinus: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=unaryMinus.d.ts.map