import { type ToolResult } from "./response.js"; export declare function formatError(error: unknown): ToolResult;