import type { Nuxt } from '@nuxt/schema'; import type { Plugin } from 'vite'; import type { SentryNuxtModuleOptions } from '../common/types'; /** * Creates a Vite plugin that adds the Sentry Vite plugin and validates source map settings. */ export declare function validateSourceMapsOptionsPlugin(options: { nuxt: Nuxt; moduleOptions: SentryNuxtModuleOptions; sourceMapsEnabled: boolean; }): Plugin; //# sourceMappingURL=sentryVitePlugin.d.ts.map