import { IWebpackOptions } from '../types';
declare function getPlugins(opts: IWebpackOptions): any[];
export default getPlugins;
