class Transporter { constructor(manager) { this.manager = manager; } } module.exports = Transporter;