import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateKeyspaceRequest, CreateKeyspaceResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateKeyspaceCommandInput extends CreateKeyspaceRequest {} export interface CreateKeyspaceCommandOutput extends CreateKeyspaceResponse, __MetadataBearer {} declare const CreateKeyspaceCommand_base: { new ( input: CreateKeyspaceCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput, import("..").KeyspacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateKeyspaceCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput, import("..").KeyspacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateKeyspaceCommand extends CreateKeyspaceCommand_base { protected static __types: { api: { input: CreateKeyspaceRequest; output: CreateKeyspaceResponse; }; sdk: { input: CreateKeyspaceCommandInput; output: CreateKeyspaceCommandOutput; }; }; }