import { ChainId } from '../../../src/util/chains';
import { AlphaRouterConfig } from './alpha-router';
export declare const DEFAULT_ROUTING_CONFIG_BY_CHAIN: (chainId: ChainId) => AlphaRouterConfig;
export declare const ETH_GAS_STATION_API_URL = "https://ethgasstation.info/api/ethgasAPI.json";