import type { ClaudeCodeMcpServer } from "./types"; export declare function shouldLoadMcpServer(server: Pick, cwd?: string): boolean;