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