import { SupportedDex, SupportedChainId } from '../types';
export declare function getSupportedDexes(chainId: SupportedChainId): SupportedDex[];
export declare function getChainsForDex(dex: SupportedDex): SupportedChainId[];
