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