import type { AgentConfig, AgentScope } from "./agents.ts"; export declare function mergeAgentsForScope(scope: AgentScope, userAgents: AgentConfig[], projectAgents: AgentConfig[], builtinAgents?: AgentConfig[], packageAgents?: AgentConfig[]): AgentConfig[]; //# sourceMappingURL=agent-selection.d.ts.map