import type { LoadConfigOptions } from "../config/types.js"; import type { McpServerConfigEntry } from "./types.js"; export declare function loadMcpServerConfigEntries(cwd: string, options?: Omit): Promise;