/** * SetTodoList tool - Structured todo management with status tracking * Enables breaking down complex tasks into trackable subtasks */ import type { Tool } from '../types/tools.js'; export declare const setTodoListTool: Tool; //# sourceMappingURL=set-todo-list.d.ts.map