// core/index.js const sessionStoreI = require('./handler/sessionStore'); // Create the instances here const sessionStore = sessionStoreI(); const createWhatsApp = require('./baileys/index'); module.exports = { sessionStore, createWhatsApp, };