import webpack from 'webpack';
declare const webpackAdminConfigure: (...overrides: ((config: webpack.Configuration) => webpack.Configuration)[]) => webpack.Configuration;
declare const webpackServerConfigure: (...overrides: ((config: webpack.Configuration) => webpack.Configuration)[]) => webpack.Configuration;
export { webpackAdminConfigure, webpackServerConfigure };
