import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type Option = string | boolean; export type FetchChatCompletionFieldOptionsResponse = { options?: Array | null | undefined; }; /** @internal */ export declare const Option$inboundSchema: z.ZodType; export declare function optionFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const FetchChatCompletionFieldOptionsResponse$inboundSchema: z.ZodType; export declare function fetchChatCompletionFieldOptionsResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=fetchchatcompletionfieldoptionsresponse.d.ts.map