If you want to set an environment variable named "TEST" with the value "HelloWorld", what command would you use?
declare TEST HelloWorld
export TEST=HelloWorld
set TEST HelloWorld
env TEST=HelloWorld