export default function createSynthesize(): (ponyfill: any, utterance: any, { onEnd, onError, onStart }?: any) => {
    cancel: () => Promise<void>;
    promise: any;
};
//# sourceMappingURL=createSynthesize.d.ts.map