const output = { a: 'cjs a', b: 'cjs b' }; export default output; export { output as 'module.exports' }