export interface IMinimalBaseAudioContextEventMap extends Record<string, Event> {
    statechange: Event;
}
