/** * Represents notification event. */ declare class NotificationEvent { id: string; title: string; description: string; } export default NotificationEvent; //# sourceMappingURL=NotificationEvent.d.ts.map