export interface IAudioScheduledSourceNodeEventMap extends Record<string, Event> {
    ended: Event;
}
