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