import type { SegmentationRepresentations } from '../../enums'; export declare function getSegmentationRepresentationVisibility(viewportId: string, specifier: { segmentationId: string; type: SegmentationRepresentations; }): boolean;