export declare enum CROSS_CHAIN_SWAP_METHOD {
    SWAP_TOKENS = "swapTokensToOtherBlockchain",
    SWAP_CRYPTO = "swapCryptoToOtherBlockchain"
}
