import { IExecuteFunctions } from 'n8n-workflow';
export declare function updateLink(context: IExecuteFunctions, index: number): Promise<any>;
