import type { IExecuteFunctions } from 'n8n-core';
import type { INodeExecutionData } from 'n8n-workflow';
export declare function createFolder(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
