import { Plugin } from 'vite'; import { CompilerContext } from '../context/index.ts'; /** * Augmenting vite's default reporter to not just report bundle sizes, but to * also print the total size */ export declare const printTotalBuildSize: (context: CompilerContext) => Plugin;