/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Zep from "../../api/index"; import * as core from "../../core"; import { SessionFactRatingInstruction } from "./SessionFactRatingInstruction"; export declare const Session: core.serialization.ObjectSchema; export declare namespace Session { interface Raw { classifications?: Record | null; created_at?: string | null; deleted_at?: string | null; ended_at?: string | null; fact_rating_instruction?: SessionFactRatingInstruction.Raw | null; facts?: string[] | null; id?: number | null; metadata?: Record | null; project_uuid?: string | null; session_id?: string | null; updated_at?: string | null; user_id?: string | null; uuid?: string | null; } }