export declare const coingeckoCoinsListUrl = "https://api.coingecko.com/api/v3/coins/list"; export declare const coingeckoCoinsMarketsUrl = "https://api.coingecko.com/api/v3/coins/markets"; export declare const coingeckoCoinsPriceUrl = "https://api.coingecko.com/api/v3/simple/price"; export declare const coingeckoExchangeRatesUrl = "https://api.coingecko.com/api/v3/exchange_rates";