import { z } from "zod/v4"; export declare const DeviceUpdatedEventSchema_0_0_1: z.ZodObject<{ key: z.ZodString; timestamp: z.ZodString; type: z.ZodLiteral<"device.updated">; version: z.ZodLiteral<"0.0.1">; data: z.ZodObject<{ deviceId: z.ZodCUID; workspaceId: z.ZodCUID; organizationId: z.ZodCUID; manufacturer: z.ZodString; deviceModel: z.ZodString; deviceType: z.ZodEnum<{ unknown: "unknown"; battery: "battery"; charger: "charger"; inverter: "inverter"; meter: "meter"; thermostat: "thermostat"; vehicle: "vehicle"; water_heater: "water_heater"; other: "other"; }>; customer: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; phone: z.ZodOptional; referenceId: z.ZodString; organizationId: z.ZodCUID; workspaceId: z.ZodCUID; updatedAt: z.ZodString; createdAt: z.ZodString; }, z.core.$strip>>; site: z.ZodOptional; referenceId: z.ZodString; siteName: z.ZodOptional; workspaceId: z.ZodCUID; updatedAt: z.ZodString; createdAt: z.ZodString; }, z.core.$strip>>; updatedAt: z.ZodString; createdAt: z.ZodString; state: z.ZodAny; }, z.core.$strip>; }, z.core.$strip>; export type DeviceUpdatedEvent_0_0_1 = z.infer; //# sourceMappingURL=0.0.1.d.ts.map