export function sayHello(): void {
  console.log('hi');
}
