import webpack from 'webpack'; declare const merge: (...configs: webpack.Configuration[]) => webpack.Configuration; export default merge;