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