import { Plugin } from 'vite'; declare function vitePlugin(): Plugin; export { vitePlugin as default };