import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEdgeDeploymentPlanRequest } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteEdgeDeploymentPlanCommandInput extends DeleteEdgeDeploymentPlanRequest {} export interface DeleteEdgeDeploymentPlanCommandOutput extends __MetadataBearer {} declare const DeleteEdgeDeploymentPlanCommand_base: { new ( input: DeleteEdgeDeploymentPlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEdgeDeploymentPlanCommandInput, DeleteEdgeDeploymentPlanCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEdgeDeploymentPlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEdgeDeploymentPlanCommandInput, DeleteEdgeDeploymentPlanCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEdgeDeploymentPlanCommand extends DeleteEdgeDeploymentPlanCommand_base { protected static __types: { api: { input: DeleteEdgeDeploymentPlanRequest; output: {}; }; sdk: { input: DeleteEdgeDeploymentPlanCommandInput; output: DeleteEdgeDeploymentPlanCommandOutput; }; }; }