import { ReadModelRootId } from '../../read/read-model-root-id'; import { HermesId } from '../hermes.id'; export declare abstract class AggregateId extends HermesId { protected constructor(uid: string); abstract toReadModelRootId(): ReadModelRootId; toString(): string; }