import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEnvironmentTemplateInput, DeleteEnvironmentTemplateOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEnvironmentTemplateCommandInput extends DeleteEnvironmentTemplateInput {} export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmentTemplateOutput, __MetadataBearer {} declare const DeleteEnvironmentTemplateCommand_base: { new ( input: DeleteEnvironmentTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEnvironmentTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEnvironmentTemplateCommand extends DeleteEnvironmentTemplateCommand_base { protected static __types: { api: { input: DeleteEnvironmentTemplateInput; output: DeleteEnvironmentTemplateOutput; }; sdk: { input: DeleteEnvironmentTemplateCommandInput; output: DeleteEnvironmentTemplateCommandOutput; }; }; }