import Type = require('./Type'); export = ITypeStatic; interface ITypeStatic { new (...args: any[]): Type; }