/** * Report CLI Command definition * * A one-screen manuscript-health rollup that composes existing analyzers * (pacing, developmental, style-targets, draft-scanner, plot threads, and * narrative promises) into a single compact dashboard. Read-only. */ import type { Command } from '../types.js'; export declare const reportCommand: Command; //# sourceMappingURL=report.d.ts.map