O nó JS requer toda a função de outro arquivo

const { func1, func2, func3 } = require("./lib");
TheMikeste1