import type { IDataObject, IExecuteFunctions } from 'n8n-workflow'; import type { S3ExportsOperation } from './s3_exports.types'; export declare function handleS3ExportsOperation(this: IExecuteFunctions, operation: S3ExportsOperation, _i: number): Promise;