/** * Story Structure CLI Commands * * Maps story-structure beat templates (three-act, save-the-cat, heros-journey) * to word-count positions derived from the project's target word count, and * compares them against the current manuscript. */ import type { Command } from '../types.js'; export declare const structureCommand: Command; //# sourceMappingURL=structure.d.ts.map