'use strict'; class NestedVariable { constructor() { this.name = null; } } module.exports = NestedVariable;