import { Pricing } from '@refinitiv-data/types'; export type Event = typeof Pricing.Chain.Event; export type QUANTITY_CHAIN_RECORDS_TO_REQUEST = typeof Pricing.Chain.QUANTITY_CHAIN_RECORDS_TO_REQUEST; export type STREAMING_CHAINS_NAME_PATTERN = typeof Pricing.Chain.STREAMING_CHAINS_NAME_PATTERN; export type Stream = Pricing.Chain.Stream; export type Params = Pricing.Chain.Params; export declare const Event: { Complete: "Complete"; Add: "Add"; Remove: "Remove"; Update: "Update"; Error: "error"; StateChanged: "stateChanged"; }; export declare const QUANTITY_CHAIN_RECORDS_TO_REQUEST = 10; export declare const STREAMING_CHAINS_NAME_PATTERN: RegExp; export * from './definition';