import { type NativeModulesMap } from '../../../types/index.js'; import type { Rpc } from '@lynx-js/web-worker-rpc'; export declare function createNativeModules(uiThreadRpc: Rpc, mainThreadRpc: Rpc, nativeModulesMap: NativeModulesMap): Promise>;