import { ValidationReporter, ValidationReport } from './types';
export declare class JsonReporter implements ValidationReporter {
    report(report: ValidationReport): void;
}
//# sourceMappingURL=JsonReporter.d.ts.map