declare namespace _exports {
    export { WebpackConfig };
}
declare const _exports: WebpackConfig;
export = _exports;
type WebpackConfig = import("webpack").Configuration;
