import type { Plugin as RspackPlugin } from '@rspack/core'; import { type ProgressPluginArgument } from '@rspack/core'; import type { EntryMapItem } from '../../../types/types-entry-map.js'; export declare const createProgressRspackPlugins: (serveMode: boolean, entryMapItemList: EntryMapItem[], pluginOptions?: ProgressPluginArgument) => RspackPlugin[];