/** * Extract CLI Command definition — "discovery writer" support * * Scans already-drafted chapter prose and proposes NEW story entities * (characters & locations) that are not yet recorded in `characters/*.yml` / * `locations/*.yml`. Read-only: it suggests `create` commands; it never writes. */ import type { Command } from '../types.js'; export declare const extractCommand: Command; //# sourceMappingURL=extract.d.ts.map