import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchAddClusterNodesRequest, BatchAddClusterNodesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchAddClusterNodesCommandInput extends BatchAddClusterNodesRequest {} export interface BatchAddClusterNodesCommandOutput extends BatchAddClusterNodesResponse, __MetadataBearer {} declare const BatchAddClusterNodesCommand_base: { new ( input: BatchAddClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchAddClusterNodesCommandInput, BatchAddClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchAddClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchAddClusterNodesCommandInput, BatchAddClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchAddClusterNodesCommand extends BatchAddClusterNodesCommand_base { protected static __types: { api: { input: BatchAddClusterNodesRequest; output: BatchAddClusterNodesResponse; }; sdk: { input: BatchAddClusterNodesCommandInput; output: BatchAddClusterNodesCommandOutput; }; }; }