/**
 * Everything inside the scene is an entity.
 * Entities are managed by the EntityManager.
 */
export interface Entity {
    id: number;
}
//# sourceMappingURL=Entity.d.ts.map