### Rollup Version v4.0.2 ### Operating System (or Browser) Chrome ### Node Version (if applicable) _No response_ ### Link To Reproduction https://stackblitz.com/edit/parseast-error?file=src%2Fmain.ts,tsconfig.json ### Expected Behaviour Importing from `'rollup/parseAst'` should not throw error. ### Actual Behaviour Importing from `'rollup/parseAst'` throws the following error: ``` Cannot find module 'rollup/parseAst' or its corresponding type declarations. ```