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