# export Hook for setting environment variables that returns NoneSets with input dict. Gets with input string.:param input: Dict for setting and string for getting environment variables:param fallback: A fallback for getting.:return: input ## Inputs | Name | Type | Default | Required | Description | | :--- | :---: |:---:| :---: | :--- | | environment_variable | string | | | The name of the environment variable to set. | | value | string | | | The value to set it. | ## Arguments | Position | Argument | Type | |:-------------------------| :---: | :---: | | 1 | environment_variable | str | | 2 | value | str | ## Output None