/**
 * Reports whether this device supports the Web Audio API.
 *
 * @returns {boolean} True if Web Audio is supported and false otherwise.
 */
export function hasAudioContext(): boolean;
