import * as z from "zod/v4-mini"; export type GetAgentRequest = { id: number; }; /** @internal */ export type GetAgentRequest$Outbound = { id: number; }; /** @internal */ export declare const GetAgentRequest$outboundSchema: z.ZodMiniType; export declare function getAgentRequestToJSON(getAgentRequest: GetAgentRequest): string; //# sourceMappingURL=get-agent.d.ts.map