import { type Types } from '@cornerstonejs/core'; import { SegmentationRepresentations } from '../../../enums/index.js'; export declare function isSegmentationOverlayCompatible(viewport: Types.IViewport | undefined, segmentationId: string, representationType: SegmentationRepresentations | undefined): boolean;