import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateKxEnvironmentRequest, CreateKxEnvironmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateKxEnvironmentCommandInput extends CreateKxEnvironmentRequest {} export interface CreateKxEnvironmentCommandOutput extends CreateKxEnvironmentResponse, __MetadataBearer {} declare const CreateKxEnvironmentCommand_base: { new ( input: CreateKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateKxEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateKxEnvironmentCommand extends CreateKxEnvironmentCommand_base { protected static __types: { api: { input: CreateKxEnvironmentRequest; output: CreateKxEnvironmentResponse; }; sdk: { input: CreateKxEnvironmentCommandInput; output: CreateKxEnvironmentCommandOutput; }; }; }