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