import type { INodeExecutionData } from 'n8n-workflow';
import type { OperationExecuteContext } from '../types';
export declare function executeEmbeddingGeneration({ context, itemIndex, baseURL, model, }: OperationExecuteContext): Promise<INodeExecutionData>;
