import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateClusterSoftwareRequest, UpdateClusterSoftwareResponse } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateClusterSoftwareCommandInput extends UpdateClusterSoftwareRequest {} export interface UpdateClusterSoftwareCommandOutput extends UpdateClusterSoftwareResponse, __MetadataBearer {} declare const UpdateClusterSoftwareCommand_base: { new ( input: UpdateClusterSoftwareCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateClusterSoftwareCommandInput, UpdateClusterSoftwareCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateClusterSoftwareCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateClusterSoftwareCommandInput, UpdateClusterSoftwareCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateClusterSoftwareCommand extends UpdateClusterSoftwareCommand_base { protected static __types: { api: { input: UpdateClusterSoftwareRequest; output: UpdateClusterSoftwareResponse; }; sdk: { input: UpdateClusterSoftwareCommandInput; output: UpdateClusterSoftwareCommandOutput; }; }; }