import * as z from "zod/v4-mini"; import * as models from "../index.js"; export type UpdateAgentRequest = { id: number; body: models.NameDescriptionSystemPrompt; }; /** @internal */ export type UpdateAgentRequest$Outbound = { id: number; body: models.NameDescriptionSystemPrompt$Outbound; }; /** @internal */ export declare const UpdateAgentRequest$outboundSchema: z.ZodMiniType; export declare function updateAgentRequestToJSON(updateAgentRequest: UpdateAgentRequest): string; //# sourceMappingURL=update-agent.d.ts.map