export async function main(): Promise { // Fun server/command utility here return 'hello'; } await main();