pub type EnvVariables = OrderedHashMap<SmolStr, Binding>;
pub struct EnvVariables(/* private fields */);