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