import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRecoveryPlanStepRequest, DeleteRecoveryPlanStepResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRecoveryPlanStepCommandInput extends DeleteRecoveryPlanStepRequest {} export interface DeleteRecoveryPlanStepCommandOutput extends DeleteRecoveryPlanStepResponse, __MetadataBearer {} declare const DeleteRecoveryPlanStepCommand_base: { new ( input: DeleteRecoveryPlanStepCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecoveryPlanStepCommandInput, DeleteRecoveryPlanStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRecoveryPlanStepCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecoveryPlanStepCommandInput, DeleteRecoveryPlanStepCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRecoveryPlanStepCommand extends DeleteRecoveryPlanStepCommand_base { protected static __types: { api: { input: DeleteRecoveryPlanStepRequest; output: DeleteRecoveryPlanStepResponse; }; sdk: { input: DeleteRecoveryPlanStepCommandInput; output: DeleteRecoveryPlanStepCommandOutput; }; }; }