import { type IExecuteFunctions } from 'n8n-workflow';
export declare const processItem: (ctx: IExecuteFunctions, itemIndex: number) => Promise<Record<string, unknown>>;
