import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { NotifyResourceDeploymentStatusChangeInput, NotifyResourceDeploymentStatusChangeOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface NotifyResourceDeploymentStatusChangeCommandInput extends NotifyResourceDeploymentStatusChangeInput {} export interface NotifyResourceDeploymentStatusChangeCommandOutput extends NotifyResourceDeploymentStatusChangeOutput, __MetadataBearer {} declare const NotifyResourceDeploymentStatusChangeCommand_base: { new ( input: NotifyResourceDeploymentStatusChangeCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: NotifyResourceDeploymentStatusChangeCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class NotifyResourceDeploymentStatusChangeCommand extends NotifyResourceDeploymentStatusChangeCommand_base { protected static __types: { api: { input: NotifyResourceDeploymentStatusChangeInput; output: {}; }; sdk: { input: NotifyResourceDeploymentStatusChangeCommandInput; output: NotifyResourceDeploymentStatusChangeCommandOutput; }; }; }