export default function createNativeUtterance({ speechSynthesis, SpeechSynthesisUtterance }: {
    speechSynthesis: any;
    SpeechSynthesisUtterance: any;
}, { lang, onBoundary, pitch, rate, text, voice, volume }: {
    lang: any;
    onBoundary: any;
    pitch: any;
    rate: any;
    text: any;
    voice: any;
    volume: any;
}): any;
//# sourceMappingURL=createNativeUtterance.d.ts.map