import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0"; export { __MetadataBearer }; export interface StartDBClusterCommandInput extends StartDBClusterMessage {} export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {} declare const StartDBClusterCommand_base: { new ( input: StartDBClusterCommandInput, ): import("@smithy/core/client").CommandImpl< StartDBClusterCommandInput, StartDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartDBClusterCommandInput, ): import("@smithy/core/client").CommandImpl< StartDBClusterCommandInput, StartDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartDBClusterCommand extends StartDBClusterCommand_base { protected static __types: { api: { input: StartDBClusterMessage; output: StartDBClusterResult; }; sdk: { input: StartDBClusterCommandInput; output: StartDBClusterCommandOutput; }; }; }