/** * Main Thread (Lepus) bootstrap entry. * * Injected by @sigx/lynx-plugin as the sole content of the main-thread bundle. * Sets up: * - globalThis.processData — required by Lynx Lepus runtime (data processor) * - globalThis.renderPage — creates the Lynx page root (id=1) * - globalThis.updatePage — no-op stub (required by Lynx Lepus runtime) * - globalThis.sigxPatchUpdate — receives ops from Background Thread */ export {};