import * as z from "zod/v3";
import { ClosedEnum } from "../../types/enums.js";
export declare const ToolChoiceEnum: {
    readonly Auto: "auto";
    readonly None: "none";
    readonly Any: "any";
    readonly Required: "required";
};
export type ToolChoiceEnum = ClosedEnum<typeof ToolChoiceEnum>;
/** @internal */
export declare const ToolChoiceEnum$inboundSchema: z.ZodNativeEnum<typeof ToolChoiceEnum>;
/** @internal */
export declare const ToolChoiceEnum$outboundSchema: z.ZodNativeEnum<typeof ToolChoiceEnum>;
//# sourceMappingURL=toolchoiceenum.d.ts.map