/** * Revise CLI Command definition — mechanical prose fixes * * Distinct from the `revision` command (which snapshots/restores drafts). * `revise` performs deterministic, diff-gated copy-edit fixes on a single * chapter Markdown file. Default behaviour is a DRY RUN (preview only); * fixes are written to disk only when `--apply` or `--all` is supplied. */ import type { Command } from '../types.js'; export declare const reviseCommand: Command; //# sourceMappingURL=revise.d.ts.map