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