declare enum SegmentationRepresentations { Labelmap = "Labelmap", Contour = "Contour", Surface = "Surface" } export default SegmentationRepresentations;