import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeleteClusterNodesRequest, BatchDeleteClusterNodesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDeleteClusterNodesCommandInput extends BatchDeleteClusterNodesRequest {} export interface BatchDeleteClusterNodesCommandOutput extends BatchDeleteClusterNodesResponse, __MetadataBearer {} declare const BatchDeleteClusterNodesCommand_base: { new ( input: BatchDeleteClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteClusterNodesCommandInput, BatchDeleteClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDeleteClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteClusterNodesCommandInput, BatchDeleteClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDeleteClusterNodesCommand extends BatchDeleteClusterNodesCommand_base { protected static __types: { api: { input: BatchDeleteClusterNodesRequest; output: BatchDeleteClusterNodesResponse; }; sdk: { input: BatchDeleteClusterNodesCommandInput; output: BatchDeleteClusterNodesCommandOutput; }; }; }