import * as Koa from 'koa'; export declare class NotFoundMiddleware { constructor(); use(ctx: Koa.Context, next: () => Promise): Promise; }