import { type EntryMapItem } from '../../../types/types-entry-map.js'; import { type FlatEvolveOptions } from '../../../types/types-options.js'; import type { WebpackPlugin } from '../../../types/types-webpack.js'; /** * Cleaning up the /dist folder for `production` build * @param singleEntryItem * @returns */ export declare const createCleanWebpackPlugins: (serveMode: boolean, entryMapItemList: EntryMapItem[], evolveOptions: FlatEvolveOptions) => WebpackPlugin[];