import type { Fetcher } from '../fetcher.js'; import type { OHLCVData, OHLCVQueryParams } from '../standard-models.js'; export declare const coingeckoOHLCVFetcher: Fetcher;