import type { Configuration } from 'webpack';
import type { ConfigurationFnc } from '../types.js';
/**
 * The module configuration. (see https://webpack.js.org/configuration/module/)
 */
declare const theModule: ConfigurationFnc<Configuration['module']>;
export default theModule;
