import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKeyspaceRequest, DeleteKeyspaceResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKeyspaceCommandInput extends DeleteKeyspaceRequest {} export interface DeleteKeyspaceCommandOutput extends DeleteKeyspaceResponse, __MetadataBearer {} declare const DeleteKeyspaceCommand_base: { new ( input: DeleteKeyspaceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput, import("..").KeyspacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKeyspaceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput, import("..").KeyspacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKeyspaceCommand extends DeleteKeyspaceCommand_base { protected static __types: { api: { input: DeleteKeyspaceRequest; output: {}; }; sdk: { input: DeleteKeyspaceCommandInput; output: DeleteKeyspaceCommandOutput; }; }; }