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