import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Execute the appropriate operation based on user selection
 */
export declare function executeOperation(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
