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