import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRecoveryPlanRequest, DeleteRecoveryPlanResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRecoveryPlanCommandInput extends DeleteRecoveryPlanRequest {} export interface DeleteRecoveryPlanCommandOutput extends DeleteRecoveryPlanResponse, __MetadataBearer {} declare const DeleteRecoveryPlanCommand_base: { new ( input: DeleteRecoveryPlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecoveryPlanCommandInput, DeleteRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRecoveryPlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecoveryPlanCommandInput, DeleteRecoveryPlanCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRecoveryPlanCommand extends DeleteRecoveryPlanCommand_base { protected static __types: { api: { input: DeleteRecoveryPlanRequest; output: DeleteRecoveryPlanResponse; }; sdk: { input: DeleteRecoveryPlanCommandInput; output: DeleteRecoveryPlanCommandOutput; }; }; }