import type { ExtensionContext } from "@earendil-works/pi-coding-agent"; import type { TodoItem } from "./todo-state.js"; export declare function syncTodoUi(ctx: ExtensionContext, items: TodoItem[], options: { widgetKey: string; statusKey: string; }): void; //# sourceMappingURL=todo-widget.d.ts.map