Re-exports the descriptor factories (assemblyAITts, cartesia, rime)
and the shared TTS contract types. Does not pull in any provider SDK — the
host resolver handles that at session start.
Named re-exports rather than export *: the wildcard form needs a
noReExportAll suppression per line, and the escape-hatch ratchet only
moves down. Listing them also makes the public surface of this subpath
readable in one place — add new symbols here when a provider gains one.
@alexkroman1/aai/ttssubpath barrel.Re-exports the descriptor factories (
assemblyAITts,cartesia,rime) and the shared TTS contract types. Does not pull in any provider SDK — the host resolver handles that at session start.Named re-exports rather than
export *: the wildcard form needs anoReExportAllsuppression per line, and the escape-hatch ratchet only moves down. Listing them also makes the public surface of this subpath readable in one place — add new symbols here when a provider gains one.