//! Re-exports of the persisted capsule install metadata types.
//!
//! The actual definitions live in [`astrid_capsule_install::meta`] —
//! both the CLI and the kernel-side install handler share them. This
//! module exists so the existing `super::capsule::meta::*` imports
//! sprinkled across the CLI keep working after the extraction.
// `CapsuleLocation` is referenced only from `#[cfg(test)]` blocks in
// `deps.rs` / `remove.rs`; `write_meta` is exported for parity but
// not used by any current CLI consumer. Suppress the resulting
// unused-import warning on non-test builds.
pub use ;