import * as z from "zod/v4"; export type GetJudgeByIdV1ObservabilityJudgesJudgeIdGetRequest = { judgeId: string; }; /** @internal */ export type GetJudgeByIdV1ObservabilityJudgesJudgeIdGetRequest$Outbound = { judge_id: string; }; /** @internal */ export declare const GetJudgeByIdV1ObservabilityJudgesJudgeIdGetRequest$outboundSchema: z.ZodType; export declare function getJudgeByIdV1ObservabilityJudgesJudgeIdGetRequestToJSON(getJudgeByIdV1ObservabilityJudgesJudgeIdGetRequest: GetJudgeByIdV1ObservabilityJudgesJudgeIdGetRequest): string; //# sourceMappingURL=getjudgebyidv1observabilityjudgesjudgeidget.d.ts.map