import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; /** * Lifecycle state of an `apply_patch_call` output item. */ export declare const ApplyPatchCallStatus: { readonly InProgress: "in_progress"; readonly Completed: "completed"; }; /** * Lifecycle state of an `apply_patch_call` output item. */ export type ApplyPatchCallStatus = OpenEnum; /** @internal */ export declare const ApplyPatchCallStatus$inboundSchema: z.ZodType; /** @internal */ export declare const ApplyPatchCallStatus$outboundSchema: z.ZodType; //# sourceMappingURL=applypatchcallstatus.d.ts.map