import { getSegmentation } from './getSegmentation'; import { getSegmentations } from './getSegmentations'; import { addSegmentations } from './addSegmentations'; import { removeAllSegmentations, removeSegmentation } from './removeSegmentation'; import { removeLabelmapRepresentation, removeContourRepresentation, removeSurfaceRepresentation, removeSegmentationRepresentation, removeAllSegmentationRepresentations } from './removeSegmentationRepresentations'; import { addColorLUT } from './addColorLUT'; import { getColorLUT } from './getColorLUT'; import { getNextColorLUTIndex } from './getNextColorLUTIndex'; import { removeColorLUT } from './removeColorLUT'; import { getViewportSegmentations, getViewportSegmentationRepresentations } from './getViewportSegmentations'; import { getViewportIdsWithSegmentation } from './getViewportIdsWithSegmentation'; import { getCurrentLabelmapImageIdForViewport, getCurrentLabelmapImageIdsForViewport } from './getCurrentLabelmapImageIdForViewport'; import { updateLabelmapSegmentationImageReferences } from './updateLabelmapSegmentationImageReferences'; import { getStackSegmentationImageIdsForViewport } from './getStackSegmentationImageIdsForViewport'; import { getSegmentationRepresentation, getSegmentationRepresentations, getSegmentationRepresentationsBySegmentationId } from './getSegmentationRepresentation'; declare function destroy(): void; export { getColorLUT, getCurrentLabelmapImageIdForViewport, getCurrentLabelmapImageIdsForViewport, getNextColorLUTIndex, getSegmentation, getSegmentations, getStackSegmentationImageIdsForViewport, getViewportIdsWithSegmentation, getSegmentationRepresentation, getSegmentationRepresentations, getViewportSegmentationRepresentations, removeColorLUT, getViewportSegmentations, removeSegmentation, removeLabelmapRepresentation, removeContourRepresentation, removeSurfaceRepresentation, removeSegmentationRepresentation, removeAllSegmentationRepresentations, removeAllSegmentations, addColorLUT, addSegmentations, updateLabelmapSegmentationImageReferences, getSegmentationRepresentationsBySegmentationId, destroy, };