export declare enum EWithdrawType {
    MANUAL = "MANUAL",
    AUTOMATIC = "AUTOMATIC",
    SCHEDULED = "SCHEDULED"
}
