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