import { HistoricalTokenPrice } from './historical-token-price'; export declare class HistoricalTokenPrices { items: HistoricalTokenPrice[]; }