export async function hello(): Promise<string> {
  return 'Hello World!';
}
