import { TChannelCountMode, TChannelInterpretation } from '../types';
export interface IAudioNodeOptions {
    channelCount: number;
    channelCountMode: TChannelCountMode;
    channelInterpretation: TChannelInterpretation;
}
//# sourceMappingURL=audio-node-options.d.ts.map