import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateRecoveryPlanStepRequest, CreateRecoveryPlanStepResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateRecoveryPlanStepCommandInput extends CreateRecoveryPlanStepRequest {} export interface CreateRecoveryPlanStepCommandOutput extends CreateRecoveryPlanStepResponse, __MetadataBearer {} declare const CreateRecoveryPlanStepCommand_base: { new ( input: CreateRecoveryPlanStepCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRecoveryPlanStepCommandInput, CreateRecoveryPlanStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateRecoveryPlanStepCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRecoveryPlanStepCommandInput, CreateRecoveryPlanStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateRecoveryPlanStepCommand extends CreateRecoveryPlanStepCommand_base { protected static __types: { api: { input: CreateRecoveryPlanStepRequest; output: CreateRecoveryPlanStepResponse; }; sdk: { input: CreateRecoveryPlanStepCommandInput; output: CreateRecoveryPlanStepCommandOutput; }; }; }