import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface MinDependencies { typed: TypedFunction; config: ConfigOptions; numeric: TypedFunction; smaller: TypedFunction; isNaN: TypedFunction; } export declare const createMin: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=min.d.ts.map