await is an keyword used in async functions. Currently await only used inside async function. If you use outside async, throws an error.

If you are in top module that you want to use await