class OrchestratorEnvironmentVariable { public name!: string; public value!: string; } export default OrchestratorEnvironmentVariable;