export declare enum PaymentMethod {
    Wallet = "payWithWallet",
    DepositAddress = "payToAddress"
}
