import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { RebootCacheClusterMessage, RebootCacheClusterResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RebootCacheClusterCommandInput extends RebootCacheClusterMessage {} export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResult, __MetadataBearer {} declare const RebootCacheClusterCommand_base: { new ( input: RebootCacheClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RebootCacheClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RebootCacheClusterCommand extends RebootCacheClusterCommand_base { protected static __types: { api: { input: RebootCacheClusterMessage; output: RebootCacheClusterResult; }; sdk: { input: RebootCacheClusterCommandInput; output: RebootCacheClusterCommandOutput; }; }; }