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