Set multiple env variables

I have a script that set’s up environment by echoing a bunch of “export A=B” lines

The user then does ‘eval $(myscript staging)’ and get’s all envs set up

The problem is - Atuin has a ‘set single env’ block.

There is no way to feed it several variables.

Any suggestions?