import { AndroidProfiler } from "./AndroidProfiler"; export declare class FlashlightSelfProfiler extends AndroidProfiler { protected startATrace(): void; protected stopATrace(): void; supportFPS(): boolean; detectCurrentBundleId(): string; /** * If we don't override this we end up in a situation where we have: * * 1. a normal Flashlight process measuring an app * 2. another Flashlight process measuring the performance of Flashlight * * But since both have the same name, we might end up having our 2nd process * measuring the performance of itself instead of the 1st process */ getDeviceProfilerPath(): string; }