import { LintFormatter, LintReport } from '../types'; export declare class CompactFormatter implements LintFormatter { format(report: LintReport): string; }