/** * Theme Command Handlers * * Theme / motif tracking. Themes are stored as plain YAML files under * `/themes/.yml` (mirroring how characters/plots are stored) — * no database schema is involved. The `trace` subcommand runs a deterministic * motif-density scan over the chapter Markdown files. */ import type { ParsedArgs, OutputFormatter } from '../types.js'; export declare function handleThemeCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=theme-handler.d.ts.map