import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxUserRequest, DeleteKxUserResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxUserCommandInput extends DeleteKxUserRequest {} export interface DeleteKxUserCommandOutput extends DeleteKxUserResponse, __MetadataBearer {} declare const DeleteKxUserCommand_base: { new ( input: DeleteKxUserCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxUserCommandInput, DeleteKxUserCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxUserCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxUserCommandInput, DeleteKxUserCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxUserCommand extends DeleteKxUserCommand_base { protected static __types: { api: { input: DeleteKxUserRequest; output: {}; }; sdk: { input: DeleteKxUserCommandInput; output: DeleteKxUserCommandOutput; }; }; }