import webpack = require("webpack");
import { CommandPluginAPI } from "../lib/PluginAPI";
export declare function formatStats(stats: webpack.Stats, dir: string, api: CommandPluginAPI): string;
export declare function logStatsErrorsAndWarnings(stats: webpack.Stats): void;
