export interface SpeechToSpeechEvents {
    started?: () => void;
    stopped?: () => void;
}
//# sourceMappingURL=speechToSpeechEvents.d.ts.map