import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxClusterRequest, DeleteKxClusterResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxClusterCommandInput extends DeleteKxClusterRequest {} export interface DeleteKxClusterCommandOutput extends DeleteKxClusterResponse, __MetadataBearer {} declare const DeleteKxClusterCommand_base: { new ( input: DeleteKxClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxClusterCommand extends DeleteKxClusterCommand_base { protected static __types: { api: { input: DeleteKxClusterRequest; output: {}; }; sdk: { input: DeleteKxClusterCommandInput; output: DeleteKxClusterCommandOutput; }; }; }