import { TNativeOfflineAudioContextConstructor } from './native-offline-audio-context-constructor'; export type TTestAudioNodeConnectMethodSupportFactory = ( nativeOfflineAudioContextConstructor: null | TNativeOfflineAudioContextConstructor ) => () => boolean;