import { TNativeAudioContextConstructor } from './native-audio-context-constructor'; export type TTestAudioContextCloseMethodSupportFactory = ( nativeAudioContextConstructor: null | TNativeAudioContextConstructor ) => () => boolean;