import webpack from 'webpack'; /** Webpack settings for all development builds */ declare const devConfig: webpack.Configuration; export default devConfig;