import type { QdrantAccessor } from '../../accessor/qdrant.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import { PathSpec } from '../../types.ts'; export declare function read(accessor: QdrantAccessor, path: PathSpec | string, index?: IndexCacheStore): Promise; //# sourceMappingURL=read.d.ts.map