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