import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEnvironmentInput, CreateEnvironmentOutput } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base { protected static __types: { api: { input: CreateEnvironmentInput; output: CreateEnvironmentOutput; }; sdk: { input: CreateEnvironmentCommandInput; output: CreateEnvironmentCommandOutput; }; }; }