import { type TextToSpeechStreamRequest, type TtsStats } from "../../../../../schemas/index"; import { type TtsOpYield } from "../../../utils/tts-stats"; export declare function textToSpeechStream(params: TextToSpeechStreamRequest, inputStream: AsyncIterable): AsyncGenerator; //# sourceMappingURL=text-to-speech-stream.d.ts.map