import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateKxEnvironmentRequest, UpdateKxEnvironmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateKxEnvironmentCommandInput extends UpdateKxEnvironmentRequest {} export interface UpdateKxEnvironmentCommandOutput extends UpdateKxEnvironmentResponse, __MetadataBearer {} declare const UpdateKxEnvironmentCommand_base: { new ( input: UpdateKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateKxEnvironmentCommand extends UpdateKxEnvironmentCommand_base { protected static __types: { api: { input: UpdateKxEnvironmentRequest; output: UpdateKxEnvironmentResponse; }; sdk: { input: UpdateKxEnvironmentCommandInput; output: UpdateKxEnvironmentCommandOutput; }; }; }