import type { IExecuteFunctions } from 'n8n-workflow'; import { StandardLinkedApiOperation } from '../../shared/LinkedApiOperation'; export declare class RemoveConnection extends StandardLinkedApiOperation { operationName: "removeConnection"; fields: import("n8n-workflow").INodeProperties[]; body(context: IExecuteFunctions): Record; }