export declare enum ModelStatus { NotCached = "not_cached", Downloading = "downloading", Ready = "ready", Error = "error" } //# sourceMappingURL=model_status.d.ts.map