import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSavingsPlansPurchaseRecommendationRequest, GetSavingsPlansPurchaseRecommendationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetSavingsPlansPurchaseRecommendationCommandInput extends GetSavingsPlansPurchaseRecommendationRequest {} export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetSavingsPlansPurchaseRecommendationResponse, __MetadataBearer {} declare const GetSavingsPlansPurchaseRecommendationCommand_base: { new ( input: GetSavingsPlansPurchaseRecommendationCommandInput, ): import("@smithy/core/client").CommandImpl< GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSavingsPlansPurchaseRecommendationCommandInput, ): import("@smithy/core/client").CommandImpl< GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSavingsPlansPurchaseRecommendationCommand extends GetSavingsPlansPurchaseRecommendationCommand_base { protected static __types: { api: { input: GetSavingsPlansPurchaseRecommendationRequest; output: GetSavingsPlansPurchaseRecommendationResponse; }; sdk: { input: GetSavingsPlansPurchaseRecommendationCommandInput; output: GetSavingsPlansPurchaseRecommendationCommandOutput; }; }; }