export { addSpeechEvent } from "./bot/addSpeechEvent"; export { SpeechOptions, SpeechRecognition as speechRecognition, CommonSpeechOptions, } from "./bot/speechOptions"; export { default as VoiceMessage } from "./bot/voiceMessage"; export { SpeechEvents } from "./events"; export { GoogleSpeechV2Options, resolveSpeechWithGoogleSpeechV2, } from "./speechRecognition/googleV2"; export { resolveSpeechWithWitai, WitaiOptions, } from "./speechRecognition/witai";