import type { AgentTool } from "@mariozechner/pi-agent-core";
export declare function buildToolSummaryMap(tools: AgentTool[]): Record<string, string>;
