import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteResponsePlanCommandInput extends DeleteResponsePlanInput {} export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutput, __MetadataBearer {} declare const DeleteResponsePlanCommand_base: { new ( input: DeleteResponsePlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteResponsePlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base { protected static __types: { api: { input: DeleteResponsePlanInput; output: {}; }; sdk: { input: DeleteResponsePlanCommandInput; output: DeleteResponsePlanCommandOutput; }; }; }