import type { ToolDefinition } from "@mariozechner/pi-coding-agent"; /** * 创建 switch_agent 工具:将当前会话的下一次及后续对话切换到指定 agent。 * 需在 Gateway 启动时通过 setSessionCurrentAgentUpdater 注入更新函数。 */ export declare function createSwitchAgentTool(businessSessionId: string): ToolDefinition;