import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; export declare const AnthropicOutputEffort: { readonly Low: "low"; readonly Medium: "medium"; readonly High: "high"; readonly Xhigh: "xhigh"; readonly Max: "max"; }; export type AnthropicOutputEffort = OpenEnum; /** @internal */ export declare const AnthropicOutputEffort$outboundSchema: z.ZodType; //# sourceMappingURL=anthropicoutputeffort.d.ts.map