export declare const getPerformanceData: () => object; export declare const resetPerformanceData: () => void; export declare const initPerformanceCapturing: () => void; export declare const uninitPerformanceCapturing: () => void;