import { HistoricalPricing, StreamDefinition } from '@refinitiv-data/types'; export declare function Definition(type: HistoricalPricing.TimeSeries.TimeSeriesType, universe: string): StreamDefinition>; export declare function Definition(type: HistoricalPricing.TimeSeries.TimeSeriesType, params: HistoricalPricing.TimeSeries.Params): StreamDefinition>;