import { z } from 'zod'; export declare const fonts: z.ZodObject<{ googleFonts: z.ZodArray; }, "strip", z.ZodTypeAny, { family: string; variants: string[]; }, { family: string; variants: string[]; }>, "many">; siteId: z.ZodString; }, "strip", z.ZodTypeAny, { googleFonts: { family: string; variants: string[]; }[]; siteId: string; }, { googleFonts: { family: string; variants: string[]; }[]; siteId: string; }>; //# sourceMappingURL=fonts.d.ts.map