UNPKG

157 BTypeScriptView Raw
1export declare const reportPerformance: () => Promise<{
2 errMsg: string;
3}>;
4export declare const getPerformance: () => Promise<{
5 errMsg: string;
6}>;