/** * Render an at-a-glance "running: …" hint for the status bar. Shows the * oldest in-flight tool by name; if more than one, appends "(+N)". */ export declare function renderRunningTools(running: ReadonlyMap): string; //# sourceMappingURL=running-tools.d.ts.map