import type { SegmentationPublicInput } from '../../types/SegmentationStateTypes.js'; import type { LabelmapSegmentationData } from '../../types/LabelmapTypes.js'; export declare function validatePublic(segmentationInput: SegmentationPublicInput): void; export declare function validate(segmentationRepresentationData: LabelmapSegmentationData): void;