/** * 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 CompilePromptDeploymentExpandMetaRequest: core.serialization.ObjectSchema; export declare namespace CompilePromptDeploymentExpandMetaRequest { interface Raw { model_name?: (boolean | null) | null; deployment_release_tag?: (boolean | null) | null; prompt_version_id?: (boolean | null) | null; } }