import { IWaveShaperNode, IWaveShaperOptions } from '../interfaces'; import { TContext } from './context'; export type TWaveShaperNodeConstructor = new (context: T, options?: Partial) => IWaveShaperNode; //# sourceMappingURL=wave-shaper-node-constructor.d.ts.map