import type { Types } from '@cornerstonejs/core'; import type { ContourSegmentationData } from '../../../types'; export declare function getPolylinesMap(contourRepresentationData: ContourSegmentationData, segmentIndex: number): Map;