import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeScalingPlansCommandInput extends DescribeScalingPlansRequest {} export interface DescribeScalingPlansCommandOutput extends DescribeScalingPlansResponse, __MetadataBearer {} declare const DescribeScalingPlansCommand_base: { new ( input: DescribeScalingPlansCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeScalingPlansCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeScalingPlansCommand extends DescribeScalingPlansCommand_base { protected static __types: { api: { input: DescribeScalingPlansRequest; output: DescribeScalingPlansResponse; }; sdk: { input: DescribeScalingPlansCommandInput; output: DescribeScalingPlansCommandOutput; }; }; }