import { Router } from '../types/router'; export default function withMiddleware(router: Router): Router;