import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { ChatCompletionEventPreview } from "./chatcompletioneventpreview.js"; export type FeedResultChatCompletionEventPreview = { results?: Array | undefined; next?: string | null | undefined; cursor?: string | null | undefined; }; /** @internal */ export declare const FeedResultChatCompletionEventPreview$inboundSchema: z.ZodType; export declare function feedResultChatCompletionEventPreviewFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=feedresultchatcompletioneventpreview.d.ts.map