import type { ToolDefinition } from "@/types"; /** * Builds the agent_reset tool to request a session reset for an existing agent. * Expects: agentId resolves to an existing agent; optional message is non-empty when provided. */ export declare function agentResetToolBuild(): ToolDefinition; //# sourceMappingURL=agentResetTool.d.ts.map