declare function generateContourSetsFromLabelmap({ segmentations }: { segmentations: any; }): Promise; export { generateContourSetsFromLabelmap };