import type { Types } from '@cornerstonejs/core'; import type { ContourSegmentationAnnotation } from '../../types'; export declare function getViewReferenceFromAnnotation(annotation: ContourSegmentationAnnotation): Types.ViewReference;