What is the return type of `greet`, and is the explicit annotation valid?function greet(name: string): void { return `Hi ${name}`; }