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