import { z } from "zod/v4"; export declare const CustomerDeletedEventSchema_0_0_1: z.ZodObject<{ key: z.ZodString; timestamp: z.ZodString; type: z.ZodLiteral<"customer.deleted">; version: z.ZodLiteral<"0.0.1">; data: z.ZodObject<{ id: z.ZodCUID; firstName: 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>; }, z.core.$strip>; export type CustomerDeletedEvent_0_0_1 = z.infer; //# sourceMappingURL=0.0.1.d.ts.map