import { ValidationReport, ValidationReporter } from './types';
export declare class ConsoleReporter implements ValidationReporter {
    private readonly colors;
    report(report: ValidationReport): void;
    private printPytestStyleSummary;
    private printRuleViolations;
    private printViolation;
    private formatLocation;
    private color;
}
//# sourceMappingURL=ConsoleReporter.d.ts.map