import { IAudioNode, IChannelSplitterOptions } from '../interfaces'; import { TContext } from './context'; export type TChannelSplitterNodeConstructor = new ( context: T, options?: Partial ) => IAudioNode;