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