import type { NativeApp } from '../../../../types/index.js';
import type { Rpc } from '@lynx-js/web-worker-rpc';
export declare function registerDisposeHandler(rpc: Rpc, nativeApp: NativeApp, destroyCard: typeof import('@lynx-js/lynx-core/web')['destroyCard'], callDestroyLifetimeFun: typeof import('@lynx-js/lynx-core/web')['callDestroyLifetimeFun']): void;
