import { IMinimalBaseAudioContext } from '../interfaces'; import { TContext } from './context'; import { TNativeContext } from './native-context'; export type TMinimalBaseAudioContextConstructor = new (nativeContext: TNativeContext, numberOfChannels: number) => IMinimalBaseAudioContext; //# sourceMappingURL=minimal-base-audio-context-constructor.d.ts.map