import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxEnvironmentRequest, DeleteKxEnvironmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxEnvironmentCommandInput extends DeleteKxEnvironmentRequest {} export interface DeleteKxEnvironmentCommandOutput extends DeleteKxEnvironmentResponse, __MetadataBearer {} declare const DeleteKxEnvironmentCommand_base: { new ( input: DeleteKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxEnvironmentCommand extends DeleteKxEnvironmentCommand_base { protected static __types: { api: { input: DeleteKxEnvironmentRequest; output: {}; }; sdk: { input: DeleteKxEnvironmentCommandInput; output: DeleteKxEnvironmentCommandOutput; }; }; }