'use strict'; class WebServer { constructor() { } start() { } } module.exports = WebServer;