// SPDX-FileCopyrightText: © 2026 LEDGER SAS
// SPDX-License-Identifier: Apache-2.0

/* eslint-disable no-var */

// Ambient global declaration (script file, no imports/exports) so `global.HermesInternal`
// resolves on `typeof globalThis`. Kept export-free on purpose: an `export {}` module marker
// gets stripped by oxfmt, which would break the augmentation.
declare var HermesInternal: any | undefined
