import webpack = require('webpack');
declare const _default: {
    config(webpackConfig: webpack.Configuration): webpack.Configuration;
};
export default _default;
