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