import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Execute the operation selected by the user
 *
 * @param this The n8n execution context
 * @returns Operation result as array of items
 */
export declare function executeOperation(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
