import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const CodeRuntime: { readonly Python: "python"; readonly Python3: "python3"; readonly Javascript: "javascript"; readonly Node: "node"; readonly Go: "go"; readonly Bash: "bash"; readonly Shell: "shell"; readonly Sh: "sh"; }; export type CodeRuntime = ClosedEnum; /** @internal */ export declare const CodeRuntime$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CodeRuntime$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=coderuntime.d.ts.map