/** * get report data * @param appId */ export declare const getReportData: (appId?: string) => Promise; /** * get report data sync * @param appId */ export declare const getReportDataSync: (appId?: string) => import("@foxpage/foxpage-types").ReportData;