/** * Read-Aloud CLI Command definition (CRAFT-05 — real text-to-speech) * * Speaks a chapter/scene (or ad-hoc text) using the host OS speech engine, or * renders it to an audio file with `--out`. */ import type { Command } from '../types.js'; export declare const readaloudCommand: Command; //# sourceMappingURL=readaloud.d.ts.map