import { TNativeAudioBufferSourceNode } from './native-audio-buffer-source-node'; import { TNativeConstantSourceNode } from './native-constant-source-node'; import { TNativeContext } from './native-context'; import { TNativeOscillatorNode } from './native-oscillator-node'; export type TAddSilentConnectionFunction = (nativeContext: TNativeContext, nativeAudioScheduledSourceNode: TNativeAudioBufferSourceNode | TNativeConstantSourceNode | TNativeOscillatorNode) => void; //# sourceMappingURL=add-silent-connection-function.d.ts.map