import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelComponentDeploymentInput, CancelComponentDeploymentOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CancelComponentDeploymentCommandInput extends CancelComponentDeploymentInput {} export interface CancelComponentDeploymentCommandOutput extends CancelComponentDeploymentOutput, __MetadataBearer {} declare const CancelComponentDeploymentCommand_base: { new ( input: CancelComponentDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelComponentDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelComponentDeploymentCommand extends CancelComponentDeploymentCommand_base { protected static __types: { api: { input: CancelComponentDeploymentInput; output: CancelComponentDeploymentOutput; }; sdk: { input: CancelComponentDeploymentCommandInput; output: CancelComponentDeploymentCommandOutput; }; }; }