export type ToolRenderFormatter = (rawContent: string) => string | null; export declare const toolRenderers: ReadonlyMap; export declare function renderToolResult(toolName: string | undefined, rawContent: string): string | null;