export interface ICommonOfflineAudioContext {
    readonly length: number;
    startRendering(): Promise<AudioBuffer>;
}
//# sourceMappingURL=common-offline-audio-context.d.ts.map