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