export declare enum ModelSourceFormat { Safetensors = "safetensors", Pytorch = "pytorch", Tensorflow = "tensorflow", Onnx = "onnx", Gguf = "gguf", Custom = "custom" } //# sourceMappingURL=model_source_format.d.ts.map