import { TNativeAudioNode } from './native-audio-node'; // @todo TypeScript v4.4 doesn't come with definitions for the MediaStreamTrackAudioSourceNode anymore. export type TNativeMediaStreamTrackAudioSourceNode = TNativeAudioNode;