import type { INodeExecutionData } from 'n8n-workflow';
import type { OperationExecuteContext } from '../types';
export declare function executeImageGeneration({ context, itemIndex, baseURL, model, }: OperationExecuteContext): Promise<INodeExecutionData>;
