How to import Koa in Typescript

import Koa from 'koa';

const app = new Koa();

/* TODO your code goes here */