import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchRebootClusterNodesRequest, BatchRebootClusterNodesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchRebootClusterNodesCommandInput extends BatchRebootClusterNodesRequest {} export interface BatchRebootClusterNodesCommandOutput extends BatchRebootClusterNodesResponse, __MetadataBearer {} declare const BatchRebootClusterNodesCommand_base: { new ( input: BatchRebootClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchRebootClusterNodesCommandInput, BatchRebootClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchRebootClusterNodesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchRebootClusterNodesCommandInput, BatchRebootClusterNodesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchRebootClusterNodesCommand extends BatchRebootClusterNodesCommand_base { protected static __types: { api: { input: BatchRebootClusterNodesRequest; output: BatchRebootClusterNodesResponse; }; sdk: { input: BatchRebootClusterNodesCommandInput; output: BatchRebootClusterNodesCommandOutput; }; }; }