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