import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { CreateEnvironmentInput, CreateEnvironmentOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {} export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {} declare const CreateEnvironmentCommand_base: { new ( input: CreateEnvironmentCommandInput ): import("@smithy/core/client").CommandImpl< CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateEnvironmentCommandInput ): import("@smithy/core/client").CommandImpl< CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base { protected static __types: { api: { input: CreateEnvironmentInput; output: CreateEnvironmentOutput; }; sdk: { input: CreateEnvironmentCommandInput; output: CreateEnvironmentCommandOutput; }; }; }