import { ISecSegmentStructureMapType } from '../TYPES/SecurityMaster';
/**
 * @ignore
 *
 * Security segment configurations defining the structure and type of different market segments.
 *
 * @type {ISecSegmentStructureMapType[]}
 */
export declare const SEC_SEGMENTS: ISecSegmentStructureMapType[];
