import type { TypedFunction } from '../../../core/function/typed.js'; interface IndexConstructor { new (...ranges: unknown[]): unknown; } interface IndexDependencies { typed: TypedFunction; Index: IndexConstructor; } export declare const createIndex: import("../../../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=index.d.ts.map