import { z } from "zod/v4"; export declare const SiteBaseSchema: z.ZodObject<{ id: z.ZodCUID; location: z.ZodObject<{ longitude: z.ZodNumber; latitude: z.ZodNumber; }, z.core.$strip>; referenceId: z.ZodString; siteName: z.ZodOptional; workspaceId: z.ZodCUID; updatedAt: z.ZodString; createdAt: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=site.base.d.ts.map