import type { Stats } from 'webpack';
import type { Issue } from '../issue';
export declare function statsFormatter(issues: Issue[], stats: Stats): string;
