import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CostExplorerClient"; import { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput extends StartSavingsPlansPurchaseRecommendationGenerationRequest {} export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {} declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: { new ( input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput ): import("@smithy/smithy-client").CommandImpl< StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: | [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput] ): import("@smithy/smithy-client").CommandImpl< StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends StartSavingsPlansPurchaseRecommendationGenerationCommand_base { protected static __types: { api: { input: {}; output: StartSavingsPlansPurchaseRecommendationGenerationResponse; }; sdk: { input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput; output: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput; }; }; }