import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartRecoveryPlanExecutionRequest, StartRecoveryPlanExecutionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartRecoveryPlanExecutionCommandInput extends StartRecoveryPlanExecutionRequest {} export interface StartRecoveryPlanExecutionCommandOutput extends StartRecoveryPlanExecutionResponse, __MetadataBearer {} declare const StartRecoveryPlanExecutionCommand_base: { new ( input: StartRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< StartRecoveryPlanExecutionCommandInput, StartRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< StartRecoveryPlanExecutionCommandInput, StartRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartRecoveryPlanExecutionCommand extends StartRecoveryPlanExecutionCommand_base { protected static __types: { api: { input: StartRecoveryPlanExecutionRequest; output: StartRecoveryPlanExecutionResponse; }; sdk: { input: StartRecoveryPlanExecutionCommandInput; output: StartRecoveryPlanExecutionCommandOutput; }; }; }