const hello = () => { console.log("Hello external function!"); }; export { hello };