import BaseWrapperPlugin from "./BaseWrapperPlugin.js";
import { containerReferencePlugin } from "@module-federation/sdk";

//#region src/wrapper/ContainerReferencePlugin.d.ts
declare class ContainerReferencePlugin extends BaseWrapperPlugin {
  constructor(options: containerReferencePlugin.ContainerReferencePluginOptions);
}
//#endregion
export { ContainerReferencePlugin as default };
//# sourceMappingURL=ContainerReferencePlugin.d.ts.map