import type { IDataObject, IExecuteFunctions } from 'n8n-workflow'; import type { ExportsOperation } from './exports.types'; export declare function handleExportsOperation(this: IExecuteFunctions, operation: ExportsOperation, i: number): Promise;