import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CostExplorerClient"; import { GetSavingsPlanPurchaseRecommendationDetailsRequest, GetSavingsPlanPurchaseRecommendationDetailsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetSavingsPlanPurchaseRecommendationDetailsCommandInput extends GetSavingsPlanPurchaseRecommendationDetailsRequest {} export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extends GetSavingsPlanPurchaseRecommendationDetailsResponse, __MetadataBearer {} declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: { new ( input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends GetSavingsPlanPurchaseRecommendationDetailsCommand_base { protected static __types: { api: { input: GetSavingsPlanPurchaseRecommendationDetailsRequest; output: GetSavingsPlanPurchaseRecommendationDetailsResponse; }; sdk: { input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput; output: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput; }; }; }