import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateRecoveryPlanRequest, CreateRecoveryPlanResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateRecoveryPlanCommandInput extends CreateRecoveryPlanRequest {} export interface CreateRecoveryPlanCommandOutput extends CreateRecoveryPlanResponse, __MetadataBearer {} declare const CreateRecoveryPlanCommand_base: { new ( input: CreateRecoveryPlanCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRecoveryPlanCommandInput, CreateRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateRecoveryPlanCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRecoveryPlanCommandInput, CreateRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateRecoveryPlanCommand extends CreateRecoveryPlanCommand_base { protected static __types: { api: { input: CreateRecoveryPlanRequest; output: CreateRecoveryPlanResponse; }; sdk: { input: CreateRecoveryPlanCommandInput; output: CreateRecoveryPlanCommandOutput; }; }; }