import * as z from "zod/v3";
export type AgentsApiV1ConversationsHistoryRequest = {
    /**
     * ID of the conversation from which we are fetching entries.
     */
    conversationId: string;
};
/** @internal */
export type AgentsApiV1ConversationsHistoryRequest$Outbound = {
    conversation_id: string;
};
/** @internal */
export declare const AgentsApiV1ConversationsHistoryRequest$outboundSchema: z.ZodType<AgentsApiV1ConversationsHistoryRequest$Outbound, z.ZodTypeDef, AgentsApiV1ConversationsHistoryRequest>;
export declare function agentsApiV1ConversationsHistoryRequestToJSON(agentsApiV1ConversationsHistoryRequest: AgentsApiV1ConversationsHistoryRequest): string;
//# sourceMappingURL=agentsapiv1conversationshistory.d.ts.map