How to import a module inside the Deno REPL?

Attempting to import a module in the Deno REPL results in the following error: Uncaught SyntaxError: Cannot use import statement outside a module at evaluate (rt/40_repl.js:60:36) at replLo...