export interface ICommonAudioContext { readonly baseLatency: number; close(): Promise; // @todo This should be part of the IMinimalBaseAudioContext. resume(): Promise; suspend(): Promise; }