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