//! import โ model importer. HuggingFace / GGUF / safetensors โ cyb `.model`.
//!
//! `import/` is the ingest side: load source โ [`Weights`] table โ write a
//! canonical `.model` file. The runtime in `run/` consumes the result; this
//! crate never runs inference. The CLI binary is named `mi`.
//!
//! Spec: `import/specs/import.md`.
//!
//! [`Weights`]: types::Weights
// Generated ONNX protobuf bindings (shared with `loader::onnx`).
pub use ;