/** * 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 Chat: core.serialization.ObjectSchema; export declare namespace Chat { interface Raw { id?: string | null; first_query?: string | null; first_answer?: string | null; enabled?: boolean | null; created_at?: string | null; } }