export declare enum ETypeNotification {
    ALL = "all",
    RECEIVED = "received",
    NOT_RECEIVED = "notReceived",
    DELETED = "deleted"
}
