import { ReportEmployee } from "../models";
export default function parseToReport(reportEmployee: ReportEmployee[]): string;
