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