import { SpeechSynthesisAdapter } from "./SpeechAdapterTypes";
export declare class WebSpeechSynthesisAdapter implements SpeechSynthesisAdapter {
    speak(text: string): SpeechSynthesisAdapter.Utterance;
}
//# sourceMappingURL=WebSpeechSynthesisAdapter.d.ts.map