/** * Marks the start of the CLI entry point. */ export declare const PerfMarkerCliEntry = "CLI_ENTRY"; /** * Measures the time it takes to open the browser. */ export declare const PerfMeasurementOpenBrowser = "OPEN_BROWSER"; //# sourceMappingURL=markers.d.ts.map