export declare enum ModelType { Unknown = 1, Classification = 2, Segmentation = 3, ObjectDetection = 4, Img2Img = 5, FeatureExtraction = 6, SegmentAnything = 7 }