import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetScalingPlanResourceForecastDataRequest, GetScalingPlanResourceForecastDataResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetScalingPlanResourceForecastDataCommandInput extends GetScalingPlanResourceForecastDataRequest {} export interface GetScalingPlanResourceForecastDataCommandOutput extends GetScalingPlanResourceForecastDataResponse, __MetadataBearer {} declare const GetScalingPlanResourceForecastDataCommand_base: { new ( input: GetScalingPlanResourceForecastDataCommandInput, ): import("@smithy/core/client").CommandImpl< GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetScalingPlanResourceForecastDataCommandInput, ): import("@smithy/core/client").CommandImpl< GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetScalingPlanResourceForecastDataCommand extends GetScalingPlanResourceForecastDataCommand_base { protected static __types: { api: { input: GetScalingPlanResourceForecastDataRequest; output: GetScalingPlanResourceForecastDataResponse; }; sdk: { input: GetScalingPlanResourceForecastDataCommandInput; output: GetScalingPlanResourceForecastDataCommandOutput; }; }; }