export declare type Metrics = 'lcp' | 'fcp' | 'domInteractive' | 'scriptDuration' | 'layoutDuration' | 'recalculateStyleDuration';
