import { INuxtContext, IOptions } from '../__types__'; /** * Activates the different options from the module and injects them into the application * @param moduleOptions: { mapping, baseUrl } */ export default function DrupalNuxtModule(this: INuxtContext, options: IOptions): Promise; //# sourceMappingURL=index.d.ts.map