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