export declare const NotificationLevel: {
    DEFAULT: "default";
    ALL: "all";
    MENTION: "mention";
    NONE: "none";
};
export declare const MarkUnread: {
    ALL: string;
    MENTION: string;
};
