import type { Plugin } from "vite"; type SwcSsrRefreshOptions = { include?: RegExp; exclude?: RegExp; }; export declare function swcSsrRefresh(options?: SwcSsrRefreshOptions): Plugin; export {}; //# sourceMappingURL=vite-plugin-swc-ssr-refresh.d.ts.map