import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateClusterInput, CreateClusterOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateClusterCommandInput extends CreateClusterInput {} export interface CreateClusterCommandOutput extends CreateClusterOutput, __MetadataBearer {} declare const CreateClusterCommand_base: { new ( input: CreateClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateClusterCommandInput, CreateClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [CreateClusterCommandInput] ): import("@smithy/core/client").CommandImpl< CreateClusterCommandInput, CreateClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateClusterCommand extends CreateClusterCommand_base { protected static __types: { api: { input: CreateClusterInput; output: CreateClusterOutput; }; sdk: { input: CreateClusterCommandInput; output: CreateClusterCommandOutput; }; }; }