/** * Phase type detection (`detect.phase-type`). * * Replaces fragile grep-based UI/schema/API detection in workflows with a * structured query. See `.planning/research/decision-routing-audit.md` ยง3.6. */ import type { QueryHandler } from './utils.js'; export declare const detectPhaseType: QueryHandler; //# sourceMappingURL=detect-phase-type.d.ts.map