import type { CommandIO, CommandResult } from './io.js'; /** * `cadence status` (default action) — full loop context. * `json: true` mirrors the `--json` flag. `data` is the status report either way. */ export declare function statusService(repoRoot: string, args: { json?: boolean; }, io: CommandIO): Promise; //# sourceMappingURL=status.d.ts.map