import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetPredictiveScalingForecastAnswer, GetPredictiveScalingForecastType, } from "../models/models_0"; export { __MetadataBearer }; export interface GetPredictiveScalingForecastCommandInput extends GetPredictiveScalingForecastType {} export interface GetPredictiveScalingForecastCommandOutput extends GetPredictiveScalingForecastAnswer, __MetadataBearer {} declare const GetPredictiveScalingForecastCommand_base: { new ( input: GetPredictiveScalingForecastCommandInput, ): import("@smithy/core/client").CommandImpl< GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetPredictiveScalingForecastCommandInput, ): import("@smithy/core/client").CommandImpl< GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetPredictiveScalingForecastCommand extends GetPredictiveScalingForecastCommand_base { protected static __types: { api: { input: GetPredictiveScalingForecastType; output: GetPredictiveScalingForecastAnswer; }; sdk: { input: GetPredictiveScalingForecastCommandInput; output: GetPredictiveScalingForecastCommandOutput; }; }; }