/**
* Determines whether a video element has audio tracks.
*
* @param video Video element.
* @return Whether the video has audio or not.
*/declarefunctionhasVideoGotAudio(video: HTMLVideoElement): boolean;
export default hasVideoGotAudio;
//# sourceMappingURL=hasVideoGotAudio.d.ts.map