import { TNativeAudioWorkletNodeConstructor } from './native-audio-worklet-node-constructor'; import { TWindow } from './window'; export type TNativeAudioWorkletNodeConstructorFactory = (window: null | TWindow) => null | TNativeAudioWorkletNodeConstructor;