export declare enum EWithdrawRequestStatus {
    PENDING = "pending",
    APPROVED = "approved",
    REFUSED = "refused"
}
