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

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