import type { QdrantAccessor } from '../../accessor/qdrant.ts'; import type { PathSpec } from '../../types.ts'; export declare function searchRowsOutput(accessor: QdrantAccessor, query: string, paths: PathSpec[], topK: number, threshold: number, mountPrefix: string): Promise; //# sourceMappingURL=search.d.ts.map