import type { SegmentationPublicInput, Segmentation } from '../../../types/SegmentationStateTypes.js'; declare function normalizeSegmentationInput(segmentationInput: SegmentationPublicInput): Segmentation; export default normalizeSegmentationInput;