export type ErrorOutput = {
    index: number;
    field: number | string | symbol;
    message: string;
    entryName: string;
};
export declare const csvLineFrom: (cells: string[]) => string;
export declare const errorReportToCsv: (listErrors: ErrorOutput[]) => string;
//# sourceMappingURL=error-report.to-csv.d.ts.map