/** * @happyvertical/browser-ai * * Framework-agnostic browser AI capabilities with adapter pattern. * Provides STT, TTS, and LLM functionality with multiple backend options. */ export * from './adapters/llm/index.js'; export * from './adapters/stt/index.js'; export * from './adapters/tts/index.js'; export * from './capabilities/detector.js'; export * from './core/index.js'; //# sourceMappingURL=index.d.ts.map