import Webpack from 'webpack'; import { Configuration as DevServerConfiguration } from 'webpack-dev-server'; import { DazzleContext } from '@elzzad/dazzle'; import { Webpack5PluginOptions, WebpackBuildContext } from './types'; interface WebpackConfigurationWithContext { webpackConfig: Webpack.Configuration; webpackContext: WebpackBuildContext; } export declare function createWebpackConfig(pluginOptions: Webpack5PluginOptions, dazzleContext: DazzleContext, devServerEnabled?: boolean, isDev?: boolean): Promise<{ configurations: WebpackConfigurationWithContext[]; devServerConfiguration?: DevServerConfiguration; }>; export {}; //# sourceMappingURL=create-webpack-config.d.ts.map