import { NextConfig } from 'next/dist/next-server/server/config'; import type { Configuration } from 'webpack'; /** * excludeLibsStyleInServer * @param webpackConfig * @param nextConfig * @returns {*} */ export default function excludeLibsStyleInServer(webpackConfig: Configuration, nextConfig: NextConfig, libReg?: RegExp): Configuration;