import DrupalMixin from './Mixins/DrupalMixin'; import DrupalMiddleware from './Middleware/DrupalMiddleware'; import DrupalPlugin from './Plugins/DrupalPlugin'; import createWildcards from './Helpers/createWildcards'; import parseMenuCollection from './Helpers/parseMenuCollection'; import { INuxtContext } from './__types__'; /** * Activates the druxt-router dependency */ export default function DrupalModule(this: INuxtContext): Promise; /** * Exports of the custom nuxt-drupal entities */ export { DrupalMixin, DrupalMiddleware, DrupalPlugin, createWildcards, parseMenuCollection, }; export * from './__types__'; //# sourceMappingURL=index.d.ts.map