import { TNativeAudioNode } from './native-audio-node'; export type TIsNativeAudioNodeFunction = (anything: unknown) => anything is TNativeAudioNode;