import { TNativeAudioContextConstructor } from './native-audio-context-constructor'; export type TTestAudioContextCloseMethodSupportFactory = (nativeAudioContextConstructor: null | TNativeAudioContextConstructor) => () => boolean; //# sourceMappingURL=test-audio-context-close-method-support-factory.d.ts.map