//#region src/constants.d.ts
type RUNTIMES = "node26" | "node24" | "node22" | "python3.13";
//#endregion
export { RUNTIMES };
//# sourceMappingURL=constants.d.ts.map