import type Context from '../Context'; export default function loadAudio(input: AudioBuffer | ArrayBuffer | string, context: Context): Promise;