class Scheduler { constructor() { // FIXME: implement } start() { // FIXME: implement } stop() { // FIXME: implement } } module.exports = Scheduler