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