import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelRecoveryPlanExecutionRequest, CancelRecoveryPlanExecutionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CancelRecoveryPlanExecutionCommandInput extends CancelRecoveryPlanExecutionRequest {} export interface CancelRecoveryPlanExecutionCommandOutput extends CancelRecoveryPlanExecutionResponse, __MetadataBearer {} declare const CancelRecoveryPlanExecutionCommand_base: { new ( input: CancelRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< CancelRecoveryPlanExecutionCommandInput, CancelRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelRecoveryPlanExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< CancelRecoveryPlanExecutionCommandInput, CancelRecoveryPlanExecutionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelRecoveryPlanExecutionCommand extends CancelRecoveryPlanExecutionCommand_base { protected static __types: { api: { input: CancelRecoveryPlanExecutionRequest; output: CancelRecoveryPlanExecutionResponse; }; sdk: { input: CancelRecoveryPlanExecutionCommandInput; output: CancelRecoveryPlanExecutionCommandOutput; }; }; }