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