import { WebpackOptions } from '../types';
export declare function getDefaultOptimization(usingDefaults: boolean): WebpackOptions['optimization'];
