import * as z from "zod/v4"; export type DispatchCommandRequest = { /** * When the command was dispatched */ dispatchedAt: Date; }; /** @internal */ export type DispatchCommandRequest$Outbound = { dispatchedAt: string; }; /** @internal */ export declare const DispatchCommandRequest$outboundSchema: z.ZodType; export declare function dispatchCommandRequestToJSON(dispatchCommandRequest: DispatchCommandRequest): string; //# sourceMappingURL=dispatchcommandrequest.d.ts.map