import { IAudioNode, IChannelSplitterOptions } from '../interfaces'; import { TContext } from './context'; export type TChannelSplitterNodeConstructor = new (context: T, options?: Partial) => IAudioNode; //# sourceMappingURL=channel-splitter-node-constructor.d.ts.map