import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function handleCallLogOperation(this: IExecuteFunctions, operation: string, i: number): Promise; //# sourceMappingURL=CallLogOperations.d.ts.map