import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDeploymentInput, DeleteDeploymentOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDeploymentCommandInput extends DeleteDeploymentInput {} export interface DeleteDeploymentCommandOutput extends DeleteDeploymentOutput, __MetadataBearer {} declare const DeleteDeploymentCommand_base: { new ( input: DeleteDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base { protected static __types: { api: { input: DeleteDeploymentInput; output: DeleteDeploymentOutput; }; sdk: { input: DeleteDeploymentCommandInput; output: DeleteDeploymentCommandOutput; }; }; }