import type { Embeddings } from '@langchain/core/embeddings'; import type { VectorStore } from '@langchain/core/vectorstores'; import type { ISupplyDataFunctions, SupplyData } from 'n8n-workflow'; import type { VectorStoreNodeConstructorArgs } from '../types'; export declare function handleRetrieveOperation(context: ISupplyDataFunctions, args: VectorStoreNodeConstructorArgs, embeddings: Embeddings, itemIndex: number): Promise;