import type { Configuration } from 'webpack'; import type webpackNodeExternals from 'webpack-node-externals'; export declare const getNestJSWebpackGenericConfig: (options: Configuration, swcOptions?: Record, allowList?: webpackNodeExternals.Options["allowlist"]) => Configuration; //# sourceMappingURL=get-nestjs-webpack-generic.config.d.ts.map