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