import { z } from "zod/v4"; export declare const SiteUpdatedEventSchema_0_0_1: z.ZodObject<{ key: z.ZodString; timestamp: z.ZodString; type: z.ZodLiteral<"site.updated">; version: z.ZodLiteral<"0.0.1">; data: 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>; }, z.core.$strip>; export type SiteUpdatedEvent_0_0_1 = z.infer; //# sourceMappingURL=0.0.1.d.ts.map