import { type Types } from '@cornerstonejs/core'; declare function getOrCreateSegmentationVolume(segmentationId: string): Types.IImageVolume | undefined; export default getOrCreateSegmentationVolume;