export function foo () {
  return 'foo'
}

export * from './lib/baz.mjs'
