import type { GetPriceHistoryParams, PriceHistoryResult } from './types.js'; export declare function getPriceHistory(params: GetPriceHistoryParams): Promise;