import { type Types } from '@cornerstonejs/core'; import type { LabelmapRepresentation } from '../../../types/SegmentationStateTypes.js'; declare const MAX_NUMBER_COLORS = 255; declare function setLabelmapColorAndOpacity(viewportId: string, labelmapActorEntry: Types.ActorEntry, segmentationRepresentation: LabelmapRepresentation): void; export { MAX_NUMBER_COLORS, setLabelmapColorAndOpacity };