export { pluginDev }; import type { Plugin } from 'vite'; declare function pluginDev(): Plugin[];