/** * Revision CLI Command definition * Snapshot and restore draft versions of the manuscript. */ import type { Command } from '../types.js'; export declare const revisionCommand: Command; //# sourceMappingURL=revision.d.ts.map