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