export declare enum NotificationStatusEnum {
    DELIVERED = "delivered",
    READ = "read",
    FAILED = "failed",
    PLACED = "placed",
    SENT = "sent"
}
