import type { SegmentationRepresentations } from '../../../enums/index.js'; export declare function internalGetHiddenSegmentIndices(viewportId: any, specifier: { segmentationId: string; type: SegmentationRepresentations; }): Set;