import { z } from "zod/v4"; export declare const CommandSucceededEventSchema_0_0_2: z.ZodObject<{ key: z.ZodString; timestamp: z.ZodString; type: z.ZodLiteral<"command.succeeded">; version: z.ZodLiteral<"0.0.2">; data: z.ZodObject<{ commandId: z.ZodCUID; workspaceId: z.ZodCUID; deviceId: z.ZodOptional; issuedAt: z.ZodString; executedAt: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export type CommandSucceededEvent_0_0_2 = z.infer; //# sourceMappingURL=0.0.2.d.ts.map