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