import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetKxEnvironmentRequest, GetKxEnvironmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetKxEnvironmentCommandInput extends GetKxEnvironmentRequest {} export interface GetKxEnvironmentCommandOutput extends GetKxEnvironmentResponse, __MetadataBearer {} declare const GetKxEnvironmentCommand_base: { new ( input: GetKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base { protected static __types: { api: { input: GetKxEnvironmentRequest; output: GetKxEnvironmentResponse; }; sdk: { input: GetKxEnvironmentCommandInput; output: GetKxEnvironmentCommandOutput; }; }; }