import { ExactInputOutputSwapMethodsList, RegularSwapMethodsList, SupportingFeeSwapMethodsList, SwapMethodsList } from "./SWAP_METHOD"; export declare const DRAGON_SWAP_EXACT_INPUT_SUPPORTING_FEE_SWAP_METHOD: SupportingFeeSwapMethodsList; export declare const DRAGON_SWAP_EXACT_INPUT_REGULAR_SWAP_METHOD: RegularSwapMethodsList; export declare const DRAGON_SWAP_EXACT_INPUT_SWAP_METHOD: SwapMethodsList; export declare const DRAGON_SWAP_METHOD: ExactInputOutputSwapMethodsList;