export type ReportParameters = Record; export default function getReportData(reportName: string, reportParameters?: ReportParameters): Promise;