// CleanLibrary shared client library — HTTP / auth / telemetry surface
// shared between Rust CLI (cleanlib-cli) and any other Rust consumers.
// Telemetry transport impl lands in subsequent CLEANLIB-N PRs per Client
// spec rev1 §7.
// Re-exports — load-bearing surface for sibling-crate consumers (cleanlib-cli,
// cleanlib-app integration tests) so they import via `cleanlib_client::*`
// without reaching into module paths.
pub use ;
pub use ;