import { Metric } from '../types.js'; export declare const initMetric: (name: "CLS" | "FCP" | "FID" | "LCP" | "TTFB", value?: number) => Metric;