import { GetReportAdminResponse } from '..'; import { IGetReportBody, IGetReportParams } from '../types'; export declare function getReport(params: IGetReportParams & IGetReportBody): Promise;