import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateRecoveryPlanExecutionStepRequest, UpdateRecoveryPlanExecutionStepResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateRecoveryPlanExecutionStepCommandInput extends UpdateRecoveryPlanExecutionStepRequest {} export interface UpdateRecoveryPlanExecutionStepCommandOutput extends UpdateRecoveryPlanExecutionStepResponse, __MetadataBearer {} declare const UpdateRecoveryPlanExecutionStepCommand_base: { new ( input: UpdateRecoveryPlanExecutionStepCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateRecoveryPlanExecutionStepCommandInput, UpdateRecoveryPlanExecutionStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateRecoveryPlanExecutionStepCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateRecoveryPlanExecutionStepCommandInput, UpdateRecoveryPlanExecutionStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateRecoveryPlanExecutionStepCommand extends UpdateRecoveryPlanExecutionStepCommand_base { protected static __types: { api: { input: UpdateRecoveryPlanExecutionStepRequest; output: UpdateRecoveryPlanExecutionStepResponse; }; sdk: { input: UpdateRecoveryPlanExecutionStepCommandInput; output: UpdateRecoveryPlanExecutionStepCommandOutput; }; }; }