/** * This file was auto-generated by Fern from our API Definition. */ /** * * `PYTHON_3_11_6` - PYTHON_3_11_6 * * `TYPESCRIPT_5_3_3` - TYPESCRIPT_5_3_3 */ export type CodeExecutionRuntime = "PYTHON_3_11_6" | "TYPESCRIPT_5_3_3"; export declare const CodeExecutionRuntime: { readonly Python3116: "PYTHON_3_11_6"; readonly Typescript533: "TYPESCRIPT_5_3_3"; };