import { LintResult } from "eslint/lib/linter";
export default function (results: LintResult[]): string;
