import type { Rpc } from '@lynx-js/web-worker-rpc';
import type { LynxViewInstance } from '../LynxViewInstance.js';
export declare function registerReloadHandler(rpc: Rpc, lynxViewInstance: LynxViewInstance): void;
