import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateKeyspaceRequest, UpdateKeyspaceResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateKeyspaceCommandInput extends UpdateKeyspaceRequest {} export interface UpdateKeyspaceCommandOutput extends UpdateKeyspaceResponse, __MetadataBearer {} declare const UpdateKeyspaceCommand_base: { new ( input: UpdateKeyspaceCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput, import("..").KeyspacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateKeyspaceCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput, import("..").KeyspacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateKeyspaceCommand extends UpdateKeyspaceCommand_base { protected static __types: { api: { input: UpdateKeyspaceRequest; output: UpdateKeyspaceResponse; }; sdk: { input: UpdateKeyspaceCommandInput; output: UpdateKeyspaceCommandOutput; }; }; }