/**
* Used to classify the type of market segment.
* - Tag: 2543
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const MarketSegmentType: Readonly<{
readonly Pool: 1;
readonly Retail: 2;
readonly Wholesale: 3;
}>;