import type { ModuleInterface } from '@n8n/decorators'; export declare class McpModule implements ModuleInterface { init(): Promise; settings(): Promise<{ mcpAccessEnabled: boolean; mcpManagedByEnv: boolean; }>; entities(): Promise; shutdown(): Promise; }