import type { OhMyOpenCodeConfig } from "../config"; import type { PluginComponents } from "./plugin-components-loader"; export declare function applyMcpConfig(params: { config: Record; pluginConfig: OhMyOpenCodeConfig; pluginComponents: PluginComponents; }): Promise;