import { Configuration } from 'webpack'; declare type WebpackConfigType = 'umd' | 'umd-ugly' | 'dev' | 'deploy'; declare const getWebpackConfig: (type?: WebpackConfigType) => Configuration; export default getWebpackConfig; //# sourceMappingURL=webpackConfig.d.ts.map