import { ReportData } from '../../model/report/ReportData'; export declare class ReportDataBuilder { static build(attributes: Record): ReportData; }