import { IConstantSourceNode, IConstantSourceOptions } from '../interfaces'; import { TContext } from './context'; export type TConstantSourceNodeConstructor = new (context: T, options?: Partial) => IConstantSourceNode; //# sourceMappingURL=constant-source-node-constructor.d.ts.map