import { Config } from '../../../config';
export declare function webpackConfigMakeMode(cfg?: Config | null): 'development' | 'production' | 'none';
