import type webpack from 'webpack'; /** * @internal */ export type Entrypoint = webpack.Compilation['asyncEntrypoints'][number]; /** * @internal */ export type WebpackAssets = typeof webpack.Compilation.prototype.assets; //# sourceMappingURL=webpackTypes.d.ts.map