import IEntityAnnotation = require('./Annotation/IEntityAnnotation'); export = IEntityStatic; interface IEntityStatic { $entity: IEntityAnnotation; new (...args: any[]): Entity; }