import * as z from "zod/v4"; export type VerifyOperationCheckRequest = { /** * Deployment the original write command ran against. */ deploymentId: string; /** * Original operation command whose stored result and dispatch-time verification contract are authoritative. */ commandId: string; }; /** @internal */ export type VerifyOperationCheckRequest$Outbound = { deploymentId: string; commandId: string; }; /** @internal */ export declare const VerifyOperationCheckRequest$outboundSchema: z.ZodType; export declare function verifyOperationCheckRequestToJSON(verifyOperationCheckRequest: VerifyOperationCheckRequest): string; //# sourceMappingURL=verifyoperationcheckrequest.d.ts.map