import Router from '../lib/runtime/router'; import Application from '../lib/runtime/application'; /** * Denali ships with several base middleware included, each of which can be enabled/disabled * individually through config options. */ export default function baseMiddleware(router: Router, application: Application): void;