import type { SchemaComposer } from "graphql-compose"; import { type ComplexityEstimatorHelper } from "../../classes/ComplexityEstimatorHelper"; import type { ConcreteEntityAdapter } from "../../schema-model/entity/model-adapters/ConcreteEntityAdapter"; import type { Neo4jFeaturesSettings } from "../../types"; export declare function augmentVectorSchema({ composer, concreteEntityAdapter, complexityEstimatorHelper, features, }: { composer: SchemaComposer; concreteEntityAdapter: ConcreteEntityAdapter; complexityEstimatorHelper: ComplexityEstimatorHelper; features?: Neo4jFeaturesSettings; }): void; //# sourceMappingURL=vector.d.ts.map