import type { NormalizedESBuildPluginFileSizeOption, OutputFileSizeInfo } from './normalize-option';
export declare function boxenSingleOutputReporter({ showMinifiedSize, showGzippedSize, showBrotliSize, theme, }: NormalizedESBuildPluginFileSizeOption, { fileSize, fileName, minifiedSize, gzippedSize, brotliSize, outputPath, }: OutputFileSizeInfo): void;
export declare function boxenMultiOutputReporter({ showMinifiedSize, showGzippedSize, showBrotliSize, showPluginTitle, theme, }: NormalizedESBuildPluginFileSizeOption, infos: OutputFileSizeInfo[]): void;
