import type { ClaudeCodeMcpServer, McpServerConfig } from "./types"; export declare function transformMcpServer(name: string, server: ClaudeCodeMcpServer): McpServerConfig;