/**
* Specifies the type of secondary size.
* - Tag: 1178
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const MDSecSizeType: Readonly<{
readonly Customer: 1;
readonly CustomerProfessional: 2;
readonly DoNotTradeThrough: 3;
}>;