import { AbiItem } from 'web3-utils'; /** * Abi for swapAndUnwrap method of base chains. */ export declare const teleswapSwapAndUnwrapAbi: AbiItem[]; /** * Abi for swapAndUnwrap method of cross-chain chains. */ export declare const teleswapSwapAndUwrapAbiForCcrChains: AbiItem[];