import * as _nuxt_schema from '@nuxt/schema'; interface ModuleOptions { /** * Enable the built-in route at /_nvent * @default true */ route?: boolean; /** * Custom route path for the Nvent app * @default '/_nvent' */ routePath?: string; /** * Layout to use for the route page * Set to false to use no layout (standalone page) * Set to a string to use a specific layout from your app * @default false */ layout?: string | false; } declare const _default: _nuxt_schema.NuxtModule; export { _default as default };