import { TNativeAudioContextConstructor } from './native-audio-context-constructor'; import { TWindow } from './window'; export type TNativeAudioContextConstructorFactory = (window: null | TWindow) => null | TNativeAudioContextConstructor; //# sourceMappingURL=native-audio-context-constructor-factory.d.ts.map