/** * Theme / Motif CLI Command definition * * Register themes with associated motif words/phrases, list them, and run a * deterministic motif-density scan across chapter prose (`trace`). Themes are * stored as YAML under `/themes/.yml` — no database involved. */ import type { Command } from '../types.js'; export declare const themeCommand: Command; //# sourceMappingURL=theme.d.ts.map