/** * Phase or milestone completion rollup (`check.completion`). * * Replaces repeated PLAN/SUMMARY counting and verification checks in * `transition.md`, `complete-milestone.md`, `execute-phase.md`. * See `.planning/research/decision-routing-audit.md` ยง3.7. */ import type { QueryHandler } from './utils.js'; export declare const checkCompletion: QueryHandler; //# sourceMappingURL=check-completion.d.ts.map