/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index.js"; import * as Zep from "../../api/index.js"; import * as core from "../../core/index.js"; export declare const User: core.serialization.ObjectSchema; export declare namespace User { interface Raw { created_at?: string | null; deleted_at?: string | null; disable_default_ontology?: boolean | null; email?: string | null; first_name?: string | null; id?: number | null; last_name?: string | null; metadata?: Record | null; project_uuid?: string | null; session_count?: number | null; updated_at?: string | null; user_id?: string | null; uuid?: string | null; } }