import { GetReportAdminBody, GetReportAdminResponse, GetGlobalReportAdminBody } from '../types'; export declare const getReportAdmin: (body: GetReportAdminBody) => Promise; export declare const getGlobalReportAdmin: (body: GetGlobalReportAdminBody) => Promise;