export { pluginBaseUrls }; import type { Plugin } from 'vite'; import '../assertEnvVite.js'; declare function pluginBaseUrls(): Plugin[];