export declare const NotificationEvents: { NOTIFICATION_CREATED: "notification.notification.created"; } & { NOTIFICATION_UPDATED: "notification.notification.updated"; } & { NOTIFICATION_DELETED: "notification.notification.deleted"; } & { NOTIFICATION_RESTORED: "notification.notification.restored"; } & { NOTIFICATION_ATTACHED: "notification.notification.attached"; } & { NOTIFICATION_DETACHED: "notification.notification.detached"; }; //# sourceMappingURL=events.d.ts.map