export interface ModuleItem extends Function { new (...args: any[]): T; }