import { Configuration } from 'webpack';
export declare function mergeConfigs(config: Configuration, customConfig: Configuration): Configuration;
