import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { RelationOperation } from './relations.types'; export declare function handleRelationsOperation(this: IExecuteFunctions, operation: RelationOperation, i: number): Promise;