/** * HeftRspackPlugin is a Heft plugin that integrates the Rspack bundler into the Heft build process. * * @packageDocumentation */ export { PLUGIN_NAME as PluginName, STAGE_LOAD_LOCAL_CONFIG } from './shared'; export type { IRspackConfigurationWithDevServer, IRspackConfiguration, IRspackConfigurationFnEnvironment, IRspackPluginAccessor, IRspackPluginAccessorHooks, IRspackPluginAccessorParameters, RspackCoreImport } from './shared'; //# sourceMappingURL=index.d.ts.map