import { SecurityData } from '../../core/types';
/**
 * Represents the result from a `HistoricalData` request.
 */
export declare type HistoricalData = SecurityData[];
