/** * 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"; import { PromptExecConfig } from "../../../../types/PromptExecConfig"; export declare const PromptPush: core.serialization.Schema; export declare namespace PromptPush { interface Raw { prompt_variant_id?: (string | null) | null; prompt_variant_label?: (string | null) | null; prompt_sandbox_id?: (string | null) | null; exec_config: PromptExecConfig.Raw; } }