Consider the first file -> one.js where i import another class from another file called two.js
One.js
const twoService = require(\'./two\') const tw