import type { ToolExecutionResult } from "@/types"; /** * Formats tool execution results for verbose logging output. * Expects: result.toolMessage is a ToolResultMessage from the tool execution. */ export declare function toolResultFormatVerbose(result: ToolExecutionResult): string; //# sourceMappingURL=toolResultFormatVerbose.d.ts.map