import { z } from "zod";
export declare const SiteSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type Site = z.infer<typeof SiteSchema>;
