import { utilities } from '@cornerstonejs/tools'; export * from './RTSS'; declare const generateContourSetsFromLabelmap: typeof utilities.contours.generateContourSetsFromLabelmap; export { generateContourSetsFromLabelmap };