import * as z from "zod/v4"; import { StackInputValueRequest, StackInputValueRequest$Outbound } from "./stackinputvaluerequest.js"; export type UpdateDeploymentInputsRequest = { inputValues?: { [k: string]: StackInputValueRequest; } | undefined; clearInputIds?: Array | undefined; }; /** @internal */ export type UpdateDeploymentInputsRequest$Outbound = { inputValues?: { [k: string]: StackInputValueRequest$Outbound; } | undefined; clearInputIds?: Array | undefined; }; /** @internal */ export declare const UpdateDeploymentInputsRequest$outboundSchema: z.ZodType; export declare function updateDeploymentInputsRequestToJSON(updateDeploymentInputsRequest: UpdateDeploymentInputsRequest): string; //# sourceMappingURL=updatedeploymentinputsrequest.d.ts.map