1pub mod client; 2pub mod models; 3 4pub use client::VaultSecretsClient; 5pub use models::{SecretBundle, SecretBundleContent};