'use strict'; const a = 1; const b = 2; var internal = 42; exports.a = a; exports.b = b; exports['default'] = internal;