import * as z from "zod/v3";
import { FilterPayload, FilterPayload$Outbound } from "./filterpayload.js";
export type GetChatCompletionEventsInSchema = {
    searchParams: FilterPayload;
    extraFields?: Array<string> | null | undefined;
};
/** @internal */
export type GetChatCompletionEventsInSchema$Outbound = {
    search_params: FilterPayload$Outbound;
    extra_fields?: Array<string> | null | undefined;
};
/** @internal */
export declare const GetChatCompletionEventsInSchema$outboundSchema: z.ZodType<GetChatCompletionEventsInSchema$Outbound, z.ZodTypeDef, GetChatCompletionEventsInSchema>;
export declare function getChatCompletionEventsInSchemaToJSON(getChatCompletionEventsInSchema: GetChatCompletionEventsInSchema): string;
//# sourceMappingURL=getchatcompletioneventsinschema.d.ts.map