import { LinterResult } from '../types';
export declare const greenScoreReporter: (results: LinterResult[]) => void;
