import TypesInternal from "@prismicio/types-internal/lib/customtypes/index.js"; import * as z from "zod"; /** * Zod schema wrapper for TypesInternal.CustomType. Uses io-ts validation * internally but exposes a Zod-compatible interface. */ export declare const CustomTypeSchema: z.ZodType; /** * Zod schema wrapper for TypesInternal.SharedSlice. Uses io-ts validation * internally but exposes a Zod-compatible interface. */ export declare const SharedSliceSchema: z.ZodType;