import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchReplaceClusterNodesRequest, BatchReplaceClusterNodesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchReplaceClusterNodesCommandInput extends BatchReplaceClusterNodesRequest {} export interface BatchReplaceClusterNodesCommandOutput extends BatchReplaceClusterNodesResponse, __MetadataBearer {} declare const BatchReplaceClusterNodesCommand_base: { new ( input: BatchReplaceClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchReplaceClusterNodesCommandInput, BatchReplaceClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchReplaceClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchReplaceClusterNodesCommandInput, BatchReplaceClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchReplaceClusterNodesCommand extends BatchReplaceClusterNodesCommand_base { protected static __types: { api: { input: BatchReplaceClusterNodesRequest; output: BatchReplaceClusterNodesResponse; }; sdk: { input: BatchReplaceClusterNodesCommandInput; output: BatchReplaceClusterNodesCommandOutput; }; }; }