export { Audio, type AudioFile, type AudioSpeechStreamChunk } from "./audio.js"; export { Speech, type SpeechCreateParams, type SpeechCreateParamsNonStreaming, type SpeechCreateParamsStreaming, } from "./speech.js"; export { Transcriptions, type TranscriptionCreateResponse, type TranscriptionCreateParams, } from "./transcriptions.js"; export { Translations, type TranslationCreateResponse, type TranslationCreateParams } from "./translations.js"; export { Voices, type VoiceListResponse } from "./voices.js"; //# sourceMappingURL=index.d.ts.map