import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface SumDependencies { typed: TypedFunction; config: ConfigOptions; add: TypedFunction; numeric: TypedFunction; parseNumberWithConfig: (value: string) => unknown; } export declare const createSum: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=sum.d.ts.map