import type { WebpackConfigurationGenerator } from '../types.js';
/**
 * Generate a Webpack configuration for a cartridge using the given options.
 *
 * @param cartridge the name of the cartridge
 * @param opts The options
 */
declare const generateConfiguration: WebpackConfigurationGenerator;
export default generateConfiguration;
