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