import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRecoveryPlanExecutionRequest, GetRecoveryPlanExecutionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetRecoveryPlanExecutionCommandInput extends GetRecoveryPlanExecutionRequest {} export interface GetRecoveryPlanExecutionCommandOutput extends GetRecoveryPlanExecutionResponse, __MetadataBearer {} declare const GetRecoveryPlanExecutionCommand_base: { new ( input: GetRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecoveryPlanExecutionCommandInput, GetRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecoveryPlanExecutionCommandInput, GetRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetRecoveryPlanExecutionCommand extends GetRecoveryPlanExecutionCommand_base { protected static __types: { api: { input: GetRecoveryPlanExecutionRequest; output: GetRecoveryPlanExecutionResponse; }; sdk: { input: GetRecoveryPlanExecutionCommandInput; output: GetRecoveryPlanExecutionCommandOutput; }; }; }