import type { PluginDefinition } from "../types/plugin"; import type { PluginAgentContribution } from "../types/agent"; export declare function aggregateAgents(plugins: PluginDefinition[], disabledAgents?: string[]): Record;