import * as z from "zod/v4-mini"; export type ResponsesNamedToolChoice = { type: "function"; name: string; }; /** @internal */ export type ResponsesNamedToolChoice$Outbound = { type: "function"; name: string; }; /** @internal */ export declare const ResponsesNamedToolChoice$outboundSchema: z.ZodMiniType; export declare function responsesNamedToolChoiceToJSON(responsesNamedToolChoice: ResponsesNamedToolChoice): string; //# sourceMappingURL=responses-named-tool-choice.d.ts.map