import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CompletionArgsStop = string | Array; /** @internal */ export declare const CompletionArgsStop$inboundSchema: z.ZodType; /** @internal */ export type CompletionArgsStop$Outbound = string | Array; /** @internal */ export declare const CompletionArgsStop$outboundSchema: z.ZodType; export declare function completionArgsStopToJSON(completionArgsStop: CompletionArgsStop): string; export declare function completionArgsStopFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=completionargsstop.d.ts.map