import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type CancelMachinesMachineDrainResponse = { machineId: string; cancelled: boolean; }; /** @internal */ export declare const CancelMachinesMachineDrainResponse$inboundSchema: z.ZodType; export declare function cancelMachinesMachineDrainResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cancelmachinesmachinedrainresponse.d.ts.map