import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { FeedResultChatCompletionEventPreview } from "./feedresultchatcompletioneventpreview.js"; export type SearchChatCompletionEventsResponse = { completionEvents: FeedResultChatCompletionEventPreview; }; /** @internal */ export declare const SearchChatCompletionEventsResponse$inboundSchema: z.ZodType; export declare function searchChatCompletionEventsResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=searchchatcompletioneventsresponse.d.ts.map