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