import type { FCPMetricWithAttribution, AttributionReportOpts } from '../types.js';
export declare const onFCP: (onReport: (metric: FCPMetricWithAttribution) => void, opts?: AttributionReportOpts) => void;
