var x = 23, y = 42; export { x, y }; export { default as g } from './a';