import type { ToolVisualLine } from './tool-visual-types.js'; export declare function visualCommand(toolName: string, text: string, ok: boolean): ToolVisualLine[] | undefined; //# sourceMappingURL=tool-visual-command.d.ts.map