//! Environment variables management module
//!
//! This module provides functionality for:
//! - Variable expansion ($HOME, $PWD, $USER, etc.)
//! - .env file generation
//! - Shell rc file modification
//! - Secret prompting with hidden input
// Public API exports - some may not be used internally but are part of the module's interface
pub use ;
pub use ;
pub use ;
pub use ;