export { McpNameSchema, type McpName } from "./types"; type RemoteMcpConfig = { type: "remote"; url: string; enabled: boolean; headers?: Record; }; export declare function createBuiltinMcps(disabledMcps?: string[]): Record;