import { DyE2E_CWVThresholds_Interface } from '../../_models/interfaces/cwv-thresholds.interface'; /** * Default p75-thresholds — web.dev "good" zóna (2024-Q4). * * @see https://web.dev/articles/vitals */ export declare const CWV_GOOD_THRESHOLDS: DyE2E_CWVThresholds_Interface; /** "Needs improvement" boundary — még el-kell-bukni-egynél-rosszabbnál. */ export declare const CWV_NEEDS_IMPROVEMENT_THRESHOLDS: DyE2E_CWVThresholds_Interface; //# sourceMappingURL=cwv-default-thresholds.const.d.ts.map