import { IContext, IServer } from 'award-types'; import { Middleware } from 'koa'; export default function (this: IServer): Middleware;