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