import { AggregateRootTypeAliasLike } from './AggregateRootTypeAlias'; /** * Defines the options that can be defined in a {@link aggregateRoot} decorator. */ export declare type AggregateRootTypeOptions = { alias?: AggregateRootTypeAliasLike; }; //# sourceMappingURL=AggregateRootTypeOptions.d.ts.map