import { ToolModule } from './interface.js'; /** * manage_todos — a presentation tool that lets the agent maintain a visible * task list in the TUI feed. The agent replaces the full list each call (not * append). The TUI's tool-call-block detects this tool's output (JSON) and * renders it via the GoalStatus component (status glyphs, not a plain block). * * Risk: "safe" — no side effects, auto-approved. */ export declare const TodoTool: ToolModule;