import type { NativeTTObject } from '../../../../types/index.js';
import type { Rpc } from '@lynx-js/web-worker-rpc';
export declare function registerUpdateGlobalPropsHandler(rpc: Rpc, tt: NativeTTObject): void;
