import { ContentDefinition, HistoricalPricing, StreamDefinition } from '@refinitiv-data/types'; export declare function Definition(universe: string, fields?: string[]): ContentDefinition & StreamDefinition>; export declare function Definition(params: HistoricalPricing.Events.Params): ContentDefinition & StreamDefinition>;