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