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