import { CommandContribution, CommandRegistry } from '@opensumi/ide-core-browser'; export declare namespace MCPConfigCommands { const OPEN_MCP_CONFIG: { id: string; label: string; }; const OPEN_MCP_CONFIG_FILE: { id: string; label: string; }; } export declare class MCPConfigCommandContribution implements CommandContribution { private readonly editorService; private readonly mcpConfigService; registerCommands(registry: CommandRegistry): void; } //# sourceMappingURL=mcp-config.commands.d.ts.map