//! Re-exports the registry port surface.
//!
//! This module provides the canonical import path for all types that appear
//! in the `RegistryBackend` trait's method signatures. Downstream crates
//! (e.g., `auths-storage`) import from here rather than from deep internal
//! paths under `storage::registry::*`.
pub use crate;
pub use crate;
pub use crate;