import { ModuleFederationRuntimePlugin } from '@module-federation/runtime'; import { g as ForceRemoteOptions } from './types-BGnQUQ0O.js'; import '@empjs/module-federation-rspack'; declare const shareForceRemote = "EMP_FORCE_REMOTES"; /** * 运行时插件:根据 window[EMP_FORCE_REMOTES] 配置,在注册 remote 前拦截并改写其 entry/url。 * 支持两种方式二选一:指定完整 entry 地址,或仅指定 version 做 URL 内版本号替换。 */ declare global { interface Window { [shareForceRemote]?: ForceRemoteOptions; } } declare function export_default(): ModuleFederationRuntimePlugin; export { export_default as default };