import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelEnvironmentDeploymentInput, CancelEnvironmentDeploymentOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CancelEnvironmentDeploymentCommandInput extends CancelEnvironmentDeploymentInput {} export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironmentDeploymentOutput, __MetadataBearer {} declare const CancelEnvironmentDeploymentCommand_base: { new ( input: CancelEnvironmentDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelEnvironmentDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelEnvironmentDeploymentCommand extends CancelEnvironmentDeploymentCommand_base { protected static __types: { api: { input: CancelEnvironmentDeploymentInput; output: CancelEnvironmentDeploymentOutput; }; sdk: { input: CancelEnvironmentDeploymentCommandInput; output: CancelEnvironmentDeploymentCommandOutput; }; }; }