import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RebootClusterMessage, RebootClusterResult } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface RebootClusterCommandInput extends RebootClusterMessage {} export interface RebootClusterCommandOutput extends RebootClusterResult, __MetadataBearer {} declare const RebootClusterCommand_base: { new ( input: RebootClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< RebootClusterCommandInput, RebootClusterCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RebootClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< RebootClusterCommandInput, RebootClusterCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RebootClusterCommand extends RebootClusterCommand_base { protected static __types: { api: { input: RebootClusterMessage; output: RebootClusterResult; }; sdk: { input: RebootClusterCommandInput; output: RebootClusterCommandOutput; }; }; }