export { vitePlugin }; type PluginInterop = Record & { name: string; }; declare function vitePlugin(): PluginInterop[];