import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RetryRecoveryPlanExecutionStepRequest, RetryRecoveryPlanExecutionStepResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface RetryRecoveryPlanExecutionStepCommandInput extends RetryRecoveryPlanExecutionStepRequest {} export interface RetryRecoveryPlanExecutionStepCommandOutput extends RetryRecoveryPlanExecutionStepResponse, __MetadataBearer {} declare const RetryRecoveryPlanExecutionStepCommand_base: { new ( input: RetryRecoveryPlanExecutionStepCommandInput, ): import("@smithy/core/client").CommandImpl< RetryRecoveryPlanExecutionStepCommandInput, RetryRecoveryPlanExecutionStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RetryRecoveryPlanExecutionStepCommandInput, ): import("@smithy/core/client").CommandImpl< RetryRecoveryPlanExecutionStepCommandInput, RetryRecoveryPlanExecutionStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RetryRecoveryPlanExecutionStepCommand extends RetryRecoveryPlanExecutionStepCommand_base { protected static __types: { api: { input: RetryRecoveryPlanExecutionStepRequest; output: RetryRecoveryPlanExecutionStepResponse; }; sdk: { input: RetryRecoveryPlanExecutionStepCommandInput; output: RetryRecoveryPlanExecutionStepCommandOutput; }; }; }