'use server' const foo = async function () {} export default foo const bar = async function () {} export { bar }