import { Configuration } from 'webpack'; export declare type WebpackConfig = Configuration & { clean?: boolean; };