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