import type { MainThreadGlobalAPIs } from '../../types/index.js'; import { type LynxViewInstance } from './LynxViewInstance.js'; export declare function createMainThreadGlobalAPIs(lynxViewInstance: LynxViewInstance): MainThreadGlobalAPIs;