/** * Text-to-Speech adapters */ export { BrowserSynthesisTTSAdapter } from './browser-synthesis.js'; export * from './factory.js'; export * from './types.js'; //# sourceMappingURL=index.d.ts.map