import type * as vite from 'vite';
import { ResolvedConfig } from '../../../../types';
export declare function bundleAnalysis(config: ResolvedConfig): vite.Plugin;
/**
 * @deprecated FOR TESTING ONLY.
 */
export declare function resetBundleIncrement(): void;
