import { ExactInputOutputSwapMethodsList, RegularSwapMethodsList, SwapMethodsList } from '../../../common/uniswap-v2-abstract/constants/SWAP_METHOD'; export declare const ENOSYS_EXACT_INPUT_REGULAR_SWAP_METHOD: RegularSwapMethodsList; export declare const ENOSYS_EXACT_INPUT_SWAP_METHOD: SwapMethodsList; export declare const ENOSYS_EXACT_OUTPUT_REGULAR_SWAP_METHOD: RegularSwapMethodsList; export declare const ENOSYS_EXACT_OUTPUT_SWAP_METHOD: SwapMethodsList; export declare const ENOSYS_METHOD: ExactInputOutputSwapMethodsList;