import { z } from 'zod';
/**
 * @internal
 **/
export declare const responseFormatJsonObjectSchema: z.ZodObject<{
    type: z.ZodLiteral<"json_object">;
}, "strip", z.ZodTypeAny, {
    type: "json_object";
}, {
    type: "json_object";
}>;
//# sourceMappingURL=response-format-json-object.zod.d.ts.map