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