import type { ToolVisualLine } from './tool-visual-types.js'; /** Turn the compact text emitted by plug-lsp into navigable, severity-aware rows. */ export declare function visualLsp(toolName: string, text: string, ok: boolean): ToolVisualLine[]; //# sourceMappingURL=tool-visual-lsp.d.ts.map