import { TContext } from '../types'; import { IAudioNode } from './audio-node'; export interface IAudioDestinationNode extends IAudioNode { readonly maxChannelCount: number; } //# sourceMappingURL=audio-destination-node.d.ts.map