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