import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDbClusterInput, CreateDbClusterOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateDbClusterCommandInput extends CreateDbClusterInput {} export interface CreateDbClusterCommandOutput extends CreateDbClusterOutput, __MetadataBearer {} declare const CreateDbClusterCommand_base: { new ( input: CreateDbClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDbClusterCommandInput, CreateDbClusterCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDbClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDbClusterCommandInput, CreateDbClusterCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDbClusterCommand extends CreateDbClusterCommand_base { protected static __types: { api: { input: CreateDbClusterInput; output: CreateDbClusterOutput; }; sdk: { input: CreateDbClusterCommandInput; output: CreateDbClusterCommandOutput; }; }; }