/** * Ensures that nuxt.config.js exists and has mode: 'universal' (or undefined). * @param {String} appDir The path to the XDN app's root directory */ export default function validateNuxtConfig(appDir: string): Promise;