function bar() { return "this is the bar function"; } export { bar, bar as barExported };