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