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