export declare function getCurrentLabelmapImageIdForViewport(viewportId: string, segmentationId: string): string | undefined; export declare function getCurrentLabelmapImageIdsForViewport(viewportId: string, segmentationId: string): string[]; export declare function getLabelmapImageIdsForImageId(imageId: string, segmentationId: string): string[];