import * as z from "zod/v3";
import * as components from "../components/index.js";
export type JudgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest = {
    eventId: string;
    postChatCompletionEventJudgingInSchema: components.PostChatCompletionEventJudgingInSchema;
};
/** @internal */
export type JudgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest$Outbound = {
    event_id: string;
    PostChatCompletionEventJudgingInSchema: components.PostChatCompletionEventJudgingInSchema$Outbound;
};
/** @internal */
export declare const JudgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest$outboundSchema: z.ZodType<JudgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest$Outbound, z.ZodTypeDef, JudgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest>;
export declare function judgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequestToJSON(judgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest: JudgeChatCompletionEventV1ObservabilityChatCompletionEventsEventIdLiveJudgingPostRequest): string;
//# sourceMappingURL=judgechatcompletioneventv1observabilitychatcompletioneventseventidlivejudgingpost.d.ts.map