import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxClusterNodeRequest, DeleteKxClusterNodeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxClusterNodeCommandInput extends DeleteKxClusterNodeRequest {} export interface DeleteKxClusterNodeCommandOutput extends DeleteKxClusterNodeResponse, __MetadataBearer {} declare const DeleteKxClusterNodeCommand_base: { new ( input: DeleteKxClusterNodeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxClusterNodeCommandInput, DeleteKxClusterNodeCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxClusterNodeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxClusterNodeCommandInput, DeleteKxClusterNodeCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxClusterNodeCommand extends DeleteKxClusterNodeCommand_base { protected static __types: { api: { input: DeleteKxClusterNodeRequest; output: {}; }; sdk: { input: DeleteKxClusterNodeCommandInput; output: DeleteKxClusterNodeCommandOutput; }; }; }