import * as z from "zod/v3";
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<AgentsApiV1AgentsGetVersionRequest$Outbound, z.ZodTypeDef, AgentsApiV1AgentsGetVersionRequest>;
export declare function agentsApiV1AgentsGetVersionRequestToJSON(agentsApiV1AgentsGetVersionRequest: AgentsApiV1AgentsGetVersionRequest): string;
//# sourceMappingURL=agentsapiv1agentsgetversion.d.ts.map