Defines functions that can be used to check environment variables.
@spec fetch(String.t()) :: {:ok, String.t()} | {:error, :env_var_not_set}