If you use `NodeNext` [module resolution](https://www.typescriptlang.org/tsconfig/#moduleResolution) setting, an instance of `ZkProgram` can not be exported. TSC complains it can not actually infer types. See reproduction case: https://github.com/ukstv/o1js-nodenext-repro Probably related issue: https://github.com/microsoft/TypeScript/issues/47663