export declare enum NotificationTypeEnum {
    Message = 0,
    Link = 1,
    Ads = 2,
    ActionLogin = 3,
    ActionLogout = 4
}
