import type { Types } from '@cornerstonejs/core'; import type { Segmentation } from '../../../../types/SegmentationStateTypes.js'; import type { LabelmapRenderPlan, LabelmapRenderPlanRepresentation } from './types.js'; declare function resolveLabelmapRenderPlan({ viewport, segmentation, representation, }: { viewport: Types.IViewport; segmentation: Segmentation; representation: LabelmapRenderPlanRepresentation; }): LabelmapRenderPlan; export { resolveLabelmapRenderPlan };