export declare const playAudioBlob: (blob: Blob) => {
    audio: HTMLAudioElement;
    url: string;
};
