import webpack from 'webpack';
import { CosmosConfig } from '../../../config/shared';
export declare function getUserWebpackConfig(cosmosConfig: CosmosConfig, userWebpack: typeof webpack): Promise<webpack.Configuration>;
