import { CollectionBase } from '../../generated/collection/domain/collection.base'; export declare class Collection extends CollectionBase { private constructor(); static create(props: any): Collection; static reconstitute(props: any): Collection; } //# sourceMappingURL=collection.aggregate.d.ts.map