import { type Types } from '@cornerstonejs/core'; export declare function commitSliceMasksToLabelmapVolume({ labelmapVolume, sliceMasks, width: w, height: h, paintIndex, historyVoxelManager, }: { labelmapVolume: Types.IImageVolume; sliceMasks: Map; width: number; height: number; paintIndex: number; historyVoxelManager?: Types.IVoxelManager; }): { floodedPoints: Types.Point3[]; voxelCount: number; };