import type { Configuration } from 'webpack';
import type { ConfigurationFnc } from '../types.js';
/**
 * The entry point configuation (see https://webpack.js.org/configuration/entry-context/#entry)
 */
declare const entry: ConfigurationFnc<Configuration['entry']>;
export default entry;
