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