const a = 'a' const b = 'b' const _c = 'c' const _d = 'd' const _e = 'e' const _eArr = [_e] export const c = _c export { a, b } export { _d as d, _eArr as e }