import webpack from 'webpack';
export declare function getDefaultWebpackConfig(userWebpack: typeof webpack, rootDir: string): webpack.Configuration;
