import type { Bridge } from "./core/types.js"; declare global { interface Window { /** * The ready-to-use content bridge instance, injected by the CDN-published * content build (resolved via `sdk.json` -> `content_sdk`) before the developer * bundle runs. */ RC?: Bridge; } } //# sourceMappingURL=content.iife.d.ts.map