import { TAddSilentConnectionFunction } from './add-silent-connection-function'; import { TNativeGainNodeFactory } from './native-gain-node-factory'; export type TAddSilentConnectionFactory = (createNativeGainNode: TNativeGainNodeFactory) => TAddSilentConnectionFunction;