module entitas { import Pool = entitas.Pool export interface ISystem { } export interface ISetPool { setPool(pool:Pool) } }