export { Speech, type SpeechGenerateDetailedResponse, type SpeechGenerateParams, type SpeechGenerateDetailedParams, } from "./speech.js"; export { Sessions, type SpeechSessionParams } from "./sessions.js"; export { Voices, type Voice, type VoiceUpdateResponse, type VoiceDeleteResponse, type VoiceListResponse, type VoiceCreateParams, type VoiceUpdateParams, type VoiceListParams, } from "./voices.js"; export { Accounts, type AccountRetrieveResponse } from "./accounts.js"; //# sourceMappingURL=index.d.ts.map