/** * 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 { VellumVariableType } from "./VellumVariableType"; import { VellumVariableExtensions } from "./VellumVariableExtensions"; export declare const VellumVariable: core.serialization.ObjectSchema; export declare namespace VellumVariable { interface Raw { id: string; key: string; type: VellumVariableType.Raw; required?: (boolean | null) | null; default?: (serializers.VellumValue.Raw | null) | null; extensions?: (VellumVariableExtensions.Raw | null) | null; schema?: (Record | null) | null; } }