const a = 1; const b = 2; var internal = 42; export { a, b }; export default internal;