import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface ModDependencies { typed: TypedFunction; config: ConfigOptions; round: TypedFunction; matrix: TypedFunction; equalScalar: TypedFunction; zeros: TypedFunction; DenseMatrix: unknown; concat: TypedFunction; } export declare const createMod: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=mod.d.ts.map