import type { Plugin } from 'vite'; import type { Bootstrap } from './Bootstrap'; export declare const reactAutoConfigPluginConfig: (bootstrap: Bootstrap) => Plugin;