import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRecoveryPlanExecutionRequest, DeleteRecoveryPlanExecutionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRecoveryPlanExecutionCommandInput extends DeleteRecoveryPlanExecutionRequest {} export interface DeleteRecoveryPlanExecutionCommandOutput extends DeleteRecoveryPlanExecutionResponse, __MetadataBearer {} declare const DeleteRecoveryPlanExecutionCommand_base: { new ( input: DeleteRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecoveryPlanExecutionCommandInput, DeleteRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecoveryPlanExecutionCommandInput, DeleteRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRecoveryPlanExecutionCommand extends DeleteRecoveryPlanExecutionCommand_base { protected static __types: { api: { input: DeleteRecoveryPlanExecutionRequest; output: DeleteRecoveryPlanExecutionResponse; }; sdk: { input: DeleteRecoveryPlanExecutionCommandInput; output: DeleteRecoveryPlanExecutionCommandOutput; }; }; }