/** * Infrastructure example headers – ported from React infrastructure-headers (vanilla-compatible). */ import type { HeaderObject } from "../../../src/index"; export declare const INFRASTRUCTURE_HEADERS: HeaderObject[];