UNPKG

306 BTypeScriptView Raw
1export declare const reportMonitor: () => Promise<{
2 errMsg: string;
3}>;
4export declare const reportAnalytics: () => Promise<{
5 errMsg: string;
6}>;
7export declare const reportEvent: () => Promise<{
8 errMsg: string;
9}>;
10export declare const getExptInfoSync: () => Promise<{
11 errMsg: string;
12}>;