export declare const markAsNotified: import("@ngrx/store").ActionCreator<"[MESSAGES] Mark as notified", (props: { uid: string; }) => { uid: string; } & import("@ngrx/store/src/models").TypedAction<"[MESSAGES] Mark as notified">>;