import { TNativeAudioNode } from './native-audio-node'; export type TMonitorConnectionsFunction = ( nativeAudioNode: T, whenConnected: () => void, whenDisconnected: () => void ) => T;