import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxDatabaseRequest, DeleteKxDatabaseResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxDatabaseCommandInput extends DeleteKxDatabaseRequest {} export interface DeleteKxDatabaseCommandOutput extends DeleteKxDatabaseResponse, __MetadataBearer {} declare const DeleteKxDatabaseCommand_base: { new ( input: DeleteKxDatabaseCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxDatabaseCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxDatabaseCommand extends DeleteKxDatabaseCommand_base { protected static __types: { api: { input: DeleteKxDatabaseRequest; output: {}; }; sdk: { input: DeleteKxDatabaseCommandInput; output: DeleteKxDatabaseCommandOutput; }; }; }