import { SpeechOptions, WebVoice } from './Speech.types'; declare const _default: { readonly name: string; speak(id: string, text: string, options: SpeechOptions): Promise; getVoices(): WebVoice[]; isSpeaking(): Promise; stop(): Promise; pause(): Promise; resume(): Promise; maxSpeechInputLength: number; }; export default _default;