import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function getCallById(this: IExecuteFunctions, itemIndex: number): Promise;