/// import * as webpack from 'webpack'; export declare const DEFAULT_EXTENSIONS: string[]; export interface DefaultConfigOptions { context: string; name?: string; modulesContext?: string; } export declare function createDefaultConfig({ context, name, modulesContext }: Readonly): webpack.Configuration; export default createDefaultConfig;