# Functions
ExpandWithEnv updates string variables to their corresponding environment values.
GetEnvOrDefault returns the value of the environment variable or the default value if the variable is not set.
# Interfaces
EnvType is a type that can be used as a type for environment variables.