export declare enum WhitelistRequestStatus {
    PENDING = "pending",
    APPROVED = "approved",
    BONDED = "bonded",
    REJECTED = "rejected"
}
