import { type Plugin } from 'vite'; /** * A Sentry plugin for React Router to capture the server build for middleware name resolution. */ export declare function makeServerBuildCapturePlugin(): Plugin; //# sourceMappingURL=makeServerBuildCapturePlugin.d.ts.map