import { BaseExecutor } from './base.executor'; export interface Constructor { new (...args: any[]): T; }