import { DyE2E_CWVThresholds_Interface } from '../../contracts/_models/interfaces/cwv-thresholds.interface'; import { DyE2E_RouteDescriptor_Interface } from '../../generators/_models/route-descriptor.interface'; /** * Per-route CWV spec-block emission. A kibocsátott Playwright spec: * 1. addInitScript(page-script) * 2. N iter loop: * - goto(route) * - várja a readyLocator-t * - hide-document (snapshot trigger) * - olvassa __dye2e_cwv_events__-t * 3. percentile-aggregálás * 4. threshold-assertion * 5. JSON-report kiírás */ export declare class DyE2E_CWVEmission_Util { static emitRouteBlock(route: DyE2E_RouteDescriptor_Interface, iterations: number, thresholds: DyE2E_CWVThresholds_Interface, reportDir: string): string; } //# sourceMappingURL=cwv-emission.util.d.ts.map