import type { NativeApp } from '../../../../types/index.js';
import type { Rpc } from '@lynx-js/web-worker-rpc';
export declare function createInvokeUIMethod(rpc: Rpc): NativeApp['invokeUIMethod'];
