import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteScalingPlanCommandInput extends DeleteScalingPlanRequest {} export interface DeleteScalingPlanCommandOutput extends DeleteScalingPlanResponse, __MetadataBearer {} declare const DeleteScalingPlanCommand_base: { new ( input: DeleteScalingPlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteScalingPlanCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteScalingPlanCommand extends DeleteScalingPlanCommand_base { protected static __types: { api: { input: DeleteScalingPlanRequest; output: {}; }; sdk: { input: DeleteScalingPlanCommandInput; output: DeleteScalingPlanCommandOutput; }; }; }