import { PluginOption } from "vite"; declare function plugin(): PluginOption; export = plugin;