import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function updateCustomer(this: IExecuteFunctions, index: number): Promise<INodeExecutionData[]>;
//# sourceMappingURL=execute.d.ts.map