import type { ToolDefinition } from "@/types"; /** * Builds the agent_compact tool to request context compaction for an existing agent. * Expects: agentId resolves to an existing agent. */ export declare function agentCompactToolBuild(): ToolDefinition; //# sourceMappingURL=agentCompactTool.d.ts.map