/** * 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 { Fact } from "./Fact"; import { Message } from "./Message"; import { Summary } from "./Summary"; export declare const SessionSearchResult: core.serialization.ObjectSchema; export declare namespace SessionSearchResult { interface Raw { fact?: Fact.Raw | null; message?: Message.Raw | null; score?: number | null; session_id?: string | null; summary?: Summary.Raw | null; } }