import { z } from '@strapi/utils';
/**
 * Returns the Zod schema for a Strapi Blocks (rich-text) field input.
 * Accepts an array of block nodes — paragraph, heading, quote, code, image, and list —
 * matching Strapi's internal blocks data model.
 */
export declare const buildBlocksInputSchema: () => z.ZodArray<z.ZodTypeAny>;
//# sourceMappingURL=blocks-schema.d.ts.map