import type { TodoUpdate } from "../../todos/index.js"; export type DroidPlanRow = { status: Extract; content: string; }; export declare function parseDroidPlanRows(todosText: string): DroidPlanRow[]; export declare function buildDroidPlanUpdates(rows: DroidPlanRow[]): TodoUpdate[]; //# sourceMappingURL=plan-parser.d.ts.map