'use strict'; class Environment { constructor(baseUrl) { this.baseUrl = baseUrl; } } module.exports = {Environment: Environment};