import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateKxClusterRequest, CreateKxClusterResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateKxClusterCommandInput extends CreateKxClusterRequest {} export interface CreateKxClusterCommandOutput extends CreateKxClusterResponse, __MetadataBearer {} declare const CreateKxClusterCommand_base: { new ( input: CreateKxClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKxClusterCommandInput, CreateKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateKxClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKxClusterCommandInput, CreateKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateKxClusterCommand extends CreateKxClusterCommand_base { protected static __types: { api: { input: CreateKxClusterRequest; output: CreateKxClusterResponse; }; sdk: { input: CreateKxClusterCommandInput; output: CreateKxClusterCommandOutput; }; }; }