import type { Fetcher } from '../fetcher.js'; import type { TrendingCoinData, TrendingQueryParams } from '../standard-models.js'; export declare const coingeckoTrendingFetcher: Fetcher;