/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vectara from "../../api/index"; import * as core from "../../core"; export declare const Language: core.serialization.Schema; export declare namespace Language { type Raw = "auto" | "eng" | "deu" | "fra" | "zho" | "kor" | "ara" | "rus" | "tha" | "nld" | "ita" | "por" | "spa" | "jpn" | "pol" | "tur" | "vie" | "ind" | "ces" | "ukr" | "ell" | "heb" | "fas" | "hin" | "urd" | "swe" | "ben" | "msa" | "ron"; }