import { PriceFetchingConfig, PriceFetchingResult } from './price.types'; export declare function fetchPrices(config: PriceFetchingConfig): Promise;