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