import List = require('./List'); export = IEntityListStatic; interface IEntityListStatic, Entity> { new (entities: Entity[]): EntityList; }