import { IGainNode, IGainOptions } from '../interfaces'; import { TContext } from './context'; export type TGainNodeConstructor = new (context: T, options?: Partial) => IGainNode; //# sourceMappingURL=gain-node-constructor.d.ts.map