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