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