import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; export declare const AnthropicSpeed: { readonly Fast: "fast"; readonly Standard: "standard"; }; export type AnthropicSpeed = OpenEnum; /** @internal */ export declare const AnthropicSpeed$inboundSchema: z.ZodType; //# sourceMappingURL=anthropicspeed.d.ts.map