/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; export declare const RunnerConfigRequest: core.serialization.ObjectSchema; export declare namespace RunnerConfigRequest { interface Raw { container_image_name?: (string | null) | null; container_image_tag?: (string | null) | null; codegen_version?: (string | null) | null; sdk_version?: (string | null) | null; is_deployment_inlining_enabled?: boolean | null; server_version?: (string | null) | null; } }