### Ziggy version 2.5.2 ### Laravel version 12 ### Description I generate my routes and types. When I import the routes config in typescript the TS service throws an error: > Module "@/lib/ziggy" has no exported member Ziggy It makes sense because the `ziggy.d.ts` doesn't export anything except `export {};` (to make it a module). ### Ziggy call and context ```js Not relevant ``` ### Ziggy configuration ```js Not relevant ``` ### Route definition ```php Not relevant ```