import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRecoveryPlanExecutionStepRequest, GetRecoveryPlanExecutionStepResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetRecoveryPlanExecutionStepCommandInput extends GetRecoveryPlanExecutionStepRequest {} export interface GetRecoveryPlanExecutionStepCommandOutput extends GetRecoveryPlanExecutionStepResponse, __MetadataBearer {} declare const GetRecoveryPlanExecutionStepCommand_base: { new ( input: GetRecoveryPlanExecutionStepCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecoveryPlanExecutionStepCommandInput, GetRecoveryPlanExecutionStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetRecoveryPlanExecutionStepCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecoveryPlanExecutionStepCommandInput, GetRecoveryPlanExecutionStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetRecoveryPlanExecutionStepCommand extends GetRecoveryPlanExecutionStepCommand_base { protected static __types: { api: { input: GetRecoveryPlanExecutionStepRequest; output: GetRecoveryPlanExecutionStepResponse; }; sdk: { input: GetRecoveryPlanExecutionStepCommandInput; output: GetRecoveryPlanExecutionStepCommandOutput; }; }; }