//! Versioned public storage API.
//!
//! The v1 capability traits are the current public contract. Breaking changes
//! belong in a new versioned module (`v2`, …); the unversioned re-exports below
//! are only a migration convenience for current callers.
pub use ;