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