import * as z from "zod/v4"; export type AgentsApiV1ConversationsDeleteRequest = { /** * ID of the conversation from which we are fetching metadata. */ conversationId: string; }; /** @internal */ export type AgentsApiV1ConversationsDeleteRequest$Outbound = { conversation_id: string; }; /** @internal */ export declare const AgentsApiV1ConversationsDeleteRequest$outboundSchema: z.ZodType; export declare function agentsApiV1ConversationsDeleteRequestToJSON(agentsApiV1ConversationsDeleteRequest: AgentsApiV1ConversationsDeleteRequest): string; //# sourceMappingURL=agentsapiv1conversationsdelete.d.ts.map