import type { CommandIO, CommandResult } from './io.js'; /** * `cadence draft check ` — coherence-check a DRAFT.md against state + * PROJECT.md. `path` is resolved against `repoRoot` (absolute paths pass * through). Exit 2 on a blocking issue, matching the CLI. */ export declare function draftCheckService(repoRoot: string, args: { path: string; }, io: CommandIO): Promise; //# sourceMappingURL=draft-check.d.ts.map