pub type Environment = BTreeMap<String, Option<String>>;
pub struct Environment { /* private fields */ }