import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateRecoveryPlanRequest, UpdateRecoveryPlanResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateRecoveryPlanCommandInput extends UpdateRecoveryPlanRequest {} export interface UpdateRecoveryPlanCommandOutput extends UpdateRecoveryPlanResponse, __MetadataBearer {} declare const UpdateRecoveryPlanCommand_base: { new ( input: UpdateRecoveryPlanCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateRecoveryPlanCommandInput, UpdateRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateRecoveryPlanCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateRecoveryPlanCommandInput, UpdateRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateRecoveryPlanCommand extends UpdateRecoveryPlanCommand_base { protected static __types: { api: { input: UpdateRecoveryPlanRequest; output: UpdateRecoveryPlanResponse; }; sdk: { input: UpdateRecoveryPlanCommandInput; output: UpdateRecoveryPlanCommandOutput; }; }; }