import type { ToolDefinition } from "@mariozechner/pi-coding-agent"; /** * 创建 list_agents 工具:返回当前节点上配置的所有智能体列表,供用户在对话中选择切换。 */ export declare function createListAgentsTool(): ToolDefinition;