/** * Codegen entry point, imported only by the `langfuse:generate` script and CI — * never by runtime code (it pulls in `node:fs`). Kept off the main barrel so the * client runtime carries no filesystem dependency. */ export * from './client/codegen';