import type { TtsEngine } from "./types"; export type { TtsEngine, TtsLanguage, TtsVoice, SynthesizeOptions, SynthesizedAudio, } from "./types"; export { TtsUnsupportedLanguageError } from "./types"; export type TtsEngineId = "kokoro"; export declare function getTtsEngine(): TtsEngine; //# sourceMappingURL=index.d.ts.map