/** web vitals name received from the front end */ export declare enum WebVitalName { CumulativeLayoutShift = "CLS", FirstContentfulPaint = "FCP", FirstInputDelay = "FID", InteractionToNextPaint = "INP", LargestContentfulPaint = "LCP", TimeToFirstByte = "TTFB" }