export declare function parseEslintError({ lintReportFile, }: { lintReportFile: string; }): { errorMap: any; total: any; };