import { ClientSDK } from "../lib/sdks.js"; import { CustomVoices } from "./customvoices.js"; import { TextToSpeech } from "./texttospeech.js"; import { Usage } from "./usage.js"; import { Voices } from "./voices.js"; export declare class Supertone extends ClientSDK { private _textToSpeech?; get textToSpeech(): TextToSpeech; private _voices?; get voices(): Voices; private _customVoices?; get customVoices(): CustomVoices; private _usage?; get usage(): Usage; } //# sourceMappingURL=sdk.d.ts.map