import type { ToolEntry } from './tool-lane-render.js'; export declare function formatGroupedToolResults(toolName: string, entries: ToolEntry[], cols: number, homeDir?: string): string; export declare function renderGroupedRootTools(groups: Map, groupOrder: string[], homeDir?: string): string[];