/** * plan.task-structure — structured task / checkpoint / wave metadata from a PLAN.md file. */ import type { QueryHandler } from './utils.js'; /** * Args: `` (repo-relative or absolute under projectDir) */ export declare const planTaskStructure: QueryHandler; //# sourceMappingURL=plan-task-structure.d.ts.map