import type { TokenList } from './types';
export declare const UNISWAP_TOKEN_LIST = "https://tokens-uniswap-org.ipns.dweb.link";
export declare const COINGECKO_TOKEN_API = "https://tokens.coingecko.com";
export declare const COINGECKO_CHAINS: string[];
export declare function getCoingekoLists(fetchParams?: any): Promise<TokenList[]>;
export declare function getUniswapList(fetchParams?: any): Promise<TokenList>;
