import type { LintResult } from '../linter/linter.types';
export default function stylishFormatter(results: LintResult[]): string;
