import type { ESLint } from 'eslint';
declare const format: ESLint.Formatter['format'];
export = format;
