import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEnvironmentRequest, DeleteEnvironmentResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {} export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult, __MetadataBearer {} declare const DeleteEnvironmentCommand_base: { new ( input: DeleteEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEnvironmentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base { protected static __types: { api: { input: DeleteEnvironmentRequest; output: {}; }; sdk: { input: DeleteEnvironmentCommandInput; output: DeleteEnvironmentCommandOutput; }; }; }