export declare enum NotificationType {
    DEAL = "0",
    POST = "1",
    ACCOUNT = "2",
    SYSTEM = "3"
}
//# sourceMappingURL=notificationtype.d.ts.map