import type { TypedFunction } from '../core/function/typed.js'; interface GetMatrixDataTypeDependencies { typed: TypedFunction; } export declare const createGetMatrixDataType: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=getMatrixDataType.d.ts.map