declare function getLabelmapRepresentationPrefix(segmentationId: string): string; declare function createLabelmapRepresentationUID({ segmentationId, referencedId, sliceStateKey, }: { segmentationId: string; referencedId?: string; sliceStateKey?: string; }): string; declare function isLabelmapRepresentationUID(representationUID: unknown, segmentationId: string): representationUID is string; export { createLabelmapRepresentationUID, getLabelmapRepresentationPrefix, isLabelmapRepresentationUID, };