export default function webVitals({ deprecated }?: {
    deprecated?: boolean;
}): import("astro").AstroIntegration;
