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