/** * 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 { Message } from "../../../../types/Message"; export declare const ApidataAddMemoryRequest: core.serialization.Schema; export declare namespace ApidataAddMemoryRequest { interface Raw { fact_instruction?: string | null; messages: Message.Raw[]; summary_instruction?: string | null; } }