import { IPannerNode, IPannerOptions } from '../interfaces'; import { TContext } from './context'; export type TPannerNodeConstructor = new (context: T, options?: Partial) => IPannerNode;