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