import type { NotificationClass } from "../models/notificationData.js";
/**
 * Decorate the notificationHandler with this attribute
 *
 * @param value The request type
 * @param order The order of event
 */
declare const notificationHandler: (value: NotificationClass) => (target: Function) => void;
export default notificationHandler;
