import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const SandboxRuntimeProfile: { readonly Standard: "standard"; readonly EvalPython: "eval-python"; }; export type SandboxRuntimeProfile = ClosedEnum; /** @internal */ export declare const SandboxRuntimeProfile$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const SandboxRuntimeProfile$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=sandboxruntimeprofile.d.ts.map