import type { Segmentation } from '../../../types/SegmentationStateTypes.js'; declare function syncLegacyLabelmapData(segmentation: Segmentation): void; declare function getReferencedImageIdToCurrentImageIdMap(segmentation: Segmentation): Map; export { getReferencedImageIdToCurrentImageIdMap, syncLegacyLabelmapData };