import { DexParams } from './types'; import { DexConfigMap } from '../../types'; export declare const MAV_V2_BASE_GAS_COST = 50000; export declare const MAV_V2_TICK_GAS_COST = 10000; export declare const MAVERICK_API_URL = "https://v2-api.mav.xyz/"; export declare const MaverickV2Config: DexConfigMap;