import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeScalingPlanResourcesRequest, DescribeScalingPlanResourcesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeScalingPlanResourcesCommandInput extends DescribeScalingPlanResourcesRequest {} export interface DescribeScalingPlanResourcesCommandOutput extends DescribeScalingPlanResourcesResponse, __MetadataBearer {} declare const DescribeScalingPlanResourcesCommand_base: { new ( input: DescribeScalingPlanResourcesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeScalingPlanResourcesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeScalingPlanResourcesCommand extends DescribeScalingPlanResourcesCommand_base { protected static __types: { api: { input: DescribeScalingPlanResourcesRequest; output: DescribeScalingPlanResourcesResponse; }; sdk: { input: DescribeScalingPlanResourcesCommandInput; output: DescribeScalingPlanResourcesCommandOutput; }; }; }