import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateScalingPlanCommandInput extends UpdateScalingPlanRequest {} export interface UpdateScalingPlanCommandOutput extends UpdateScalingPlanResponse, __MetadataBearer {} declare const UpdateScalingPlanCommand_base: { new ( input: UpdateScalingPlanCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateScalingPlanCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateScalingPlanCommand extends UpdateScalingPlanCommand_base { protected static __types: { api: { input: UpdateScalingPlanRequest; output: {}; }; sdk: { input: UpdateScalingPlanCommandInput; output: UpdateScalingPlanCommandOutput; }; }; }