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