import type { Configuration } from 'webpack'; /** * checkIsNextJs * * @param webpackConfig * @returns {boolean} */ declare function checkIsNextJs(webpackConfig: Configuration): boolean; export default checkIsNextJs;