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