import type { PluginInput } from "@opencode-ai/plugin"; export declare function registerMcps(ctx: PluginInput, disabled: string[], apiKeys?: Record): Promise; export { BUILTIN_MCPS } from "./servers";