export default interface AudioMixControllerFacade { bindAudioElement(element: HTMLAudioElement): Promise; unbindAudioElement(): void; }