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