Export custom commands or environment variables from a module.
> export
Export a definition from a module
> module utils { export def my-command [] { "hello" } }; use utils my-command; my-command