async function hello(name: string): Promise { return `Hello ${name}`; } export { hello };