import { TAddPassiveInputConnectionToAudioNodeFunction } from './add-passive-input-connection-to-audio-node-function'; import { TInsertElementInSetFunction } from './insert-element-in-set-function'; export type TAddPassiveInputConnectionToAudioNodeFactory = ( insertElementInSet: TInsertElementInSetFunction ) => TAddPassiveInputConnectionToAudioNodeFunction;