import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRecoveryPlanStepRequest, GetRecoveryPlanStepResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetRecoveryPlanStepCommandInput extends GetRecoveryPlanStepRequest {} export interface GetRecoveryPlanStepCommandOutput extends GetRecoveryPlanStepResponse, __MetadataBearer {} declare const GetRecoveryPlanStepCommand_base: { new ( input: GetRecoveryPlanStepCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecoveryPlanStepCommandInput, GetRecoveryPlanStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetRecoveryPlanStepCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecoveryPlanStepCommandInput, GetRecoveryPlanStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetRecoveryPlanStepCommand extends GetRecoveryPlanStepCommand_base { protected static __types: { api: { input: GetRecoveryPlanStepRequest; output: GetRecoveryPlanStepResponse; }; sdk: { input: GetRecoveryPlanStepCommandInput; output: GetRecoveryPlanStepCommandOutput; }; }; }