/** * Phase readiness snapshot (`check.phase-ready`). * * Deterministic file + plan/summary counts and a suggested `next_step` for orchestration. * See `.planning/research/decision-routing-audit.md` ยง3.4. */ import type { QueryHandler } from './utils.js'; export declare const checkPhaseReady: QueryHandler; //# sourceMappingURL=phase-ready.d.ts.map