export function sayHello(name: string) { console.log(`hello ${name}`); }