import * as runtimeCore from "@module-federation/runtime-tools/runtime-core"; import { ModuleFederationRuntimePlugin } from "@module-federation/runtime-tools/runtime-core"; //#region src/index.d.ts declare global { var __VERSION__: string; var _FEDERATION_RUNTIME_CORE: typeof runtimeCore; var _FEDERATION_RUNTIME_CORE_FROM: { version: string; name: string; }; } declare function injectExternalRuntimeCorePlugin(): ModuleFederationRuntimePlugin; export = injectExternalRuntimeCorePlugin; //# sourceMappingURL=index.d.ts.map