import { ToolResponse } from '../lib/types';
export declare function formatToolResponse(response: ToolResponse): string;
