import { IContext } from '../__types__'; declare const _default: ({ store, route, redirect }: IContext) => Promise; /** * Nuxt-drupal middleware uses druxt-router to check for available routes in Drupal and * redirects accordingly to available wildcards * @requires druxt-router module * @requires wildcards for drupal in router */ export default _default; //# sourceMappingURL=DrupalMiddleware.d.ts.map