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