import { Processor } from '../../types';
import type { StatsCompilation } from 'webpack';
declare const _default: (compilations: StatsCompilation[], dupPkgConfig: any, context: Context) => Processor;
export default _default;
