export declare enum FiatWithdrawPaymentMethod {
    BANK_TRANSFER = 1,
    VIRTUAL_WALLET = 3
}
