import { YapNotification } from '@onepoint-yap/dashboard'; export declare const NotificationActions: { add: import("@ngrx/store").ActionCreator<"[Notification] received", (props: { notification: YapNotification; }) => { notification: YapNotification; } & import("@ngrx/store/src/models").TypedAction<"[Notification] received">>; delete: import("@ngrx/store").ActionCreator<"[Notification] delete", (props: { id: string; }) => { id: string; } & import("@ngrx/store/src/models").TypedAction<"[Notification] delete">>; deleteSuccess: import("@ngrx/store").ActionCreator<"[Notification] delete success", (props: { id: string; }) => { id: string; } & import("@ngrx/store/src/models").TypedAction<"[Notification] delete success">>; deleteAll: import("@ngrx/store").ActionCreator<"[Notification] delete all", () => import("@ngrx/store/src/models").TypedAction<"[Notification] delete all">>; deleteAllSuccess: import("@ngrx/store").ActionCreator<"[Notification] delete all success", () => import("@ngrx/store/src/models").TypedAction<"[Notification] delete all success">>; };