import { ISupplyDataFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow';
declare class SapAiCoreEmbeddings implements INodeType {
    description: INodeTypeDescription;
    supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<{
        response: any;
    }>;
}
export { SapAiCoreEmbeddings };
//# sourceMappingURL=SapAiCoreEmbeddings.node.d.ts.map