import { ReportingData } from './types';
export declare function simpleReporter(data: ReportingData): string[];
