import { WebVitalOnReport, WebVitalsInstrumentationConfig } from "./WebVitalsInstrumentation/types.cjs";
import { WebVitalsInstrumentation } from "./WebVitalsInstrumentation/WebVitalsInstrumentation.cjs";
import "./WebVitalsInstrumentation/index.cjs";
export { type WebVitalOnReport, WebVitalsInstrumentation, type WebVitalsInstrumentationConfig };