import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeWhatIfAnalysisCommandInput extends DescribeWhatIfAnalysisRequest {} export interface DescribeWhatIfAnalysisCommandOutput extends DescribeWhatIfAnalysisResponse, __MetadataBearer {} declare const DescribeWhatIfAnalysisCommand_base: { new ( input: DescribeWhatIfAnalysisCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, import("..").ForecastClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeWhatIfAnalysisCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, import("..").ForecastClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base { protected static __types: { api: { input: DescribeWhatIfAnalysisRequest; output: DescribeWhatIfAnalysisResponse; }; sdk: { input: DescribeWhatIfAnalysisCommandInput; output: DescribeWhatIfAnalysisCommandOutput; }; }; }