export interface ICommonOfflineAudioContext { readonly length: number; startRendering(): Promise; }