import type { AgentConfig } from "@opencode-ai/sdk"; import type { LoadedPlugin } from "./types"; export declare function loadPluginAgents(plugins: LoadedPlugin[]): Record;