export { browserSpeechEngine } from './browserSpeechEngine'; export { createHostedTtsEngine } from './hostedTtsSpeechEngine'; export { configureSpeechEngine, createSpeechEngines, getSpeechEngine, readSpeechEngineConfig, resetSpeechEngine, subscribeSpeechEngine, } from './createSpeechEngine'; export { createRoutingSpeechEngine } from './routingSpeechEngine'; export type { SpeechEngineConfig } from './createSpeechEngine'; export { HOSTED_VOICES, HOSTED_TTS_TIER, hostedSupportsLanguage } from './hostedVoiceCatalogue'; export type { SpeechEngine, SpeechErrorReason, SpeechSpeakHandlers, SpeechSpeakOptions, SpeechVoiceLike, } from './types'; //# sourceMappingURL=index.d.ts.map