### With what library do you have an issue? module-federation ### Reproduction of the bug/regression with instructions When importing `@angular-architects/module-federation/webpack` into typescript files there is an error: `Could not find a declaration file for module '@angular-architects/module-federation/webpack'.` This is regression, as in v17 it worked well. The problem occurs because there is no more webpack.d.ts file in root of 'module-federation' npm package. ### Expected behavior Types work properly ### Versions of Native/Module Federation, Angular, Node, Browser, and operating system @angular-architects/module-federation: 18 ### Other information _No response_ ### I would be willing to submit a PR to fix this issue - [x] Yes - [ ] No