import * as z from "zod/v4"; export type AgentsApiV1AgentsGetVersionRequest = { agentId: string; version: string; }; /** @internal */ export type AgentsApiV1AgentsGetVersionRequest$Outbound = { agent_id: string; version: string; }; /** @internal */ export declare const AgentsApiV1AgentsGetVersionRequest$outboundSchema: z.ZodType; export declare function agentsApiV1AgentsGetVersionRequestToJSON(agentsApiV1AgentsGetVersionRequest: AgentsApiV1AgentsGetVersionRequest): string; //# sourceMappingURL=agentsapiv1agentsgetversion.d.ts.map