/**
 * Middleware that sets a 404 and throws a NotFoundError
 */
export function notFoundHandler(): (ctx: any, next: any) => Promise<void>;
