import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RebootDbClusterInput, RebootDbClusterOutput } from "../models/models_0"; export { __MetadataBearer }; export interface RebootDbClusterCommandInput extends RebootDbClusterInput {} export interface RebootDbClusterCommandOutput extends RebootDbClusterOutput, __MetadataBearer {} declare const RebootDbClusterCommand_base: { new ( input: RebootDbClusterCommandInput, ): import("@smithy/core/client").CommandImpl< RebootDbClusterCommandInput, RebootDbClusterCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RebootDbClusterCommandInput, ): import("@smithy/core/client").CommandImpl< RebootDbClusterCommandInput, RebootDbClusterCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RebootDbClusterCommand extends RebootDbClusterCommand_base { protected static __types: { api: { input: RebootDbClusterInput; output: RebootDbClusterOutput; }; sdk: { input: RebootDbClusterCommandInput; output: RebootDbClusterCommandOutput; }; }; }