import type { CommandIO, CommandResult } from './io.js'; /** * `cadence dispatch plan` — read-only. Computes the next wave-based subagent * dispatch plan from the active BUILD draft + PROGRESS.json. Never mutates * state; the host-side `/cadence-dispatch` command consumes this as the * single source of truth (Spec 2). */ export declare function dispatchPlanService(repoRoot: string, io: CommandIO, args?: { json?: boolean; }): Promise; //# sourceMappingURL=dispatch.d.ts.map