import * as z from "zod/v3";
import { PostJudgeInSchema, PostJudgeInSchema$Outbound } from "./postjudgeinschema.js";
export type PostChatCompletionEventJudgingInSchema = {
    judgeDefinition: PostJudgeInSchema;
};
/** @internal */
export type PostChatCompletionEventJudgingInSchema$Outbound = {
    judge_definition: PostJudgeInSchema$Outbound;
};
/** @internal */
export declare const PostChatCompletionEventJudgingInSchema$outboundSchema: z.ZodType<PostChatCompletionEventJudgingInSchema$Outbound, z.ZodTypeDef, PostChatCompletionEventJudgingInSchema>;
export declare function postChatCompletionEventJudgingInSchemaToJSON(postChatCompletionEventJudgingInSchema: PostChatCompletionEventJudgingInSchema): string;
//# sourceMappingURL=postchatcompletioneventjudginginschema.d.ts.map