import { Entity } from './Entity'; import { EntityId } from './EntityId'; export abstract class AggregateRoot> extends Entity { }