import { type Plugin } from 'vite'; import type { SentryReactRouterBuildOptions } from './types'; /** * Create a custom subset of sentry's vite plugins */ export declare function makeCustomSentryVitePlugins(options: SentryReactRouterBuildOptions): Promise; //# sourceMappingURL=makeCustomSentryVitePlugins.d.ts.map